mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Responsive CSS fixes.
This commit is contained in:
parent
ebad54ab82
commit
bab70279dd
10 changed files with 57 additions and 29 deletions
|
|
@ -25,3 +25,9 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.buttons {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue