Merge branch 'patch-1' into 'master'

Fix header of Preferences, Security, etc.

See merge request soapbox-pub/soapbox-fe!67
stable/1.0.x
Alex Gleason 2020-06-10 19:48:22 +00:00
commit 8915480a4b
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -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 {