mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
CSS fixes for mobile.
This commit is contained in:
parent
3d1dc08491
commit
bba75fd67f
8 changed files with 35 additions and 11 deletions
|
|
@ -8,5 +8,18 @@
|
|||
|
||||
.menu div {
|
||||
border-radius: 5px;
|
||||
min-width: 33%;
|
||||
min-width: calc(100% / 3);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.menu {
|
||||
min-width: 90vw;
|
||||
transform: translateX(calc(40vw));
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.menu div {
|
||||
min-width: 50%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue