- client: header links overflow

This commit is contained in:
Ildar Kamalov 2019-03-28 12:28:57 +03:00
parent 6f014fa53d
commit 91af0cddce
1 changed files with 8 additions and 0 deletions

View File

@ -117,6 +117,10 @@
.nav-version { .nav-version {
padding: 0; padding: 0;
} }
.nav-icon {
display: none;
}
} }
@media screen and (min-width: 1280px) { @media screen and (min-width: 1280px) {
@ -127,6 +131,10 @@
.nav-version { .nav-version {
font-size: 0.85rem; font-size: 0.85rem;
} }
.nav-icon {
display: block;
}
} }
.dns-status { .dns-status {