mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
New mobile menu.
This commit is contained in:
parent
18efd4d101
commit
34ad1d9c39
14 changed files with 189 additions and 153 deletions
9
components/common/HamburgerButton.module.css
Normal file
9
components/common/HamburgerButton.module.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.button {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue