Fix header of Preferences, Security, etc.
This commit is contained in:
parent
5e60fe1954
commit
163e26cb42
1 changed files with 7 additions and 1 deletions
|
@ -259,7 +259,13 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: -48px;
|
top: -49px;
|
||||||
|
|
||||||
|
@media screen and (max-width: $nav-breakpoint-2) {
|
||||||
|
top: -35px;
|
||||||
|
font-size: 14px;
|
||||||
|
padding: 8px 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-link {
|
.column-link {
|
||||||
|
|
Loading…
Reference in a new issue