From 76c17f25ca9e3fc8daeed9d97c3683ccbd3b19f6 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 7 Nov 2019 10:33:57 +0100 Subject: [PATCH] Fix alertify buttons with small screens --- customize.dist/src/less2/include/alertify.less | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index bbc87f9c7..0832d3317 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -448,12 +448,18 @@ padding: 0 10px; position: relative; &.contains-nav { - padding-bottom: 50px; - } - nav { - position: absolute; - bottom: 0; - right: 0; + nav { + position: relative; + bottom: 0; + right: 0; + button { + margin: 0 !important; + &:not(:first-child) { + margin-left: 8px !important; + margin-top: 6px !important; + } + } + } } &:first-child { border-right: 1px solid @alertify-fore;