Fix alertify buttons with small screens

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

@ -448,12 +448,18 @@
padding: 0 10px;
position: relative;
&.contains-nav {
padding-bottom: 50px;
}
nav {
position: absolute;
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;

Loading…
Cancel
Save