Fix alertify buttons with small screens

pull/1/head
yflory 5 years ago
parent 567b5b8fbe
commit 76c17f25ca

@ -448,12 +448,18 @@
padding: 0 10px; padding: 0 10px;
position: relative; position: relative;
&.contains-nav { &.contains-nav {
padding-bottom: 50px;
}
nav { nav {
position: absolute; position: relative;
bottom: 0; bottom: 0;
right: 0; right: 0;
button {
margin: 0 !important;
&:not(:first-child) {
margin-left: 8px !important;
margin-top: 6px !important;
}
}
}
} }
&:first-child { &:first-child {
border-right: 1px solid @alertify-fore; border-right: 1px solid @alertify-fore;

Loading…
Cancel
Save