fix mobile login
This commit is contained in:
parent
511e5bc21e
commit
02a3b040b6
1 changed files with 10 additions and 3 deletions
13
style.css
13
style.css
|
@ -73,11 +73,18 @@
|
|||
#loginPage #divUsers .card {
|
||||
width:8vw;
|
||||
}
|
||||
.layout-mobile #loginPage>div {
|
||||
max-width:85vw;
|
||||
width:85vw;
|
||||
|
||||
/* --- Mobile --- */
|
||||
.layout-mobile #loginPage #divUsers .card {
|
||||
width:30vw;
|
||||
}
|
||||
|
||||
.layout-mobile #loginPage>div {
|
||||
max-width:95vw;
|
||||
width:95vw;
|
||||
}
|
||||
|
||||
|
||||
/* --- Header Padding --- */
|
||||
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
|
||||
padding-top: 0 !important;
|
||||
|
|
Loading…
Reference in a new issue