Mobile UI fixes

pull/667/merge
Thibaut Courouble 7 years ago
parent a366e4a999
commit 356a4f9de9

@ -4,6 +4,7 @@
._mobile {
font-size: 100%;
background: $contentBackground;
._hide-on-mobile { display: none; }
@ -107,6 +108,14 @@
max-width: none;
margin-left: 0;
}
// Search Aliases
._aliases {
display: block;
> table { width: 100%; }
}
}
//

Loading…
Cancel
Save