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;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -48px;
|
||||
top: -49px;
|
||||
|
||||
@media screen and (max-width: $nav-breakpoint-2) {
|
||||
top: -35px;
|
||||
font-size: 14px;
|
||||
padding: 8px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.column-link {
|
||||
|
|
Loading…
Reference in a new issue