mobile: first mobile ui attempts

This commit is contained in:
muerwre 2018-12-07 15:38:26 +07:00
parent a6966fd651
commit 0941ff1ee8
8 changed files with 74 additions and 11 deletions

View file

@ -113,3 +113,7 @@ body {
.pointer {
cursor: pointer;
}
@media (max-width: @mobile_breakpoint) {
.desktop-only { display: none; }
}