[Web] No jumpy buttons

master
andryyy 2021-07-10 16:07:19 +02:00
parent 2b8a95d52c
commit d942d500be
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
.panel-login .apps .btn { .panel-login .apps .btn {
width: auto; width: auto;
float: left; float: left;
margin: 0 10px 0 0; margin-bottom: 10px;
} }
@ -21,7 +21,7 @@
.panel-login .apps .btn { .panel-login .apps .btn {
width: 100%; width: 100%;
float: none; float: none;
margin: 0 0 10px; margin-bottom: 10px;
} }
.xs-show { .xs-show {