mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
10 lines
141 B
CSS
10 lines
141 B
CSS
.bar {
|
|
display: flex;
|
|
cursor: pointer;
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.bar > div:last-child {
|
|
display: none;
|
|
}
|
|
}
|