mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Mobile fixes for metrics bar.
This commit is contained in:
parent
4c57c32950
commit
9af6e08c00
3 changed files with 64 additions and 54 deletions
|
|
@ -17,7 +17,7 @@
|
|||
gap: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
@media screen and (max-width: 1200px) {
|
||||
.container {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
@media screen and (min-width: 992px) {
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: -1px;
|
||||
|
|
@ -38,3 +38,9 @@
|
|||
border-bottom: 1px solid var(--base300);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue