Merge branch 'patch-1' into 'master'
Fix header of Preferences, Security, etc. See merge request soapbox-pub/soapbox-fe!67
This commit is contained in:
commit
8915480a4b
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