mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 14:38:29 +03:00
- client: header links overflow
This commit is contained in:
parent
6f014fa53d
commit
91af0cddce
1 changed files with 8 additions and 0 deletions
|
@ -117,6 +117,10 @@
|
|||
.nav-version {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1280px) {
|
||||
|
@ -127,6 +131,10 @@
|
|||
.nav-version {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.dns-status {
|
||||
|
|
Loading…
Add table
Reference in a new issue