Fix position on macOS

This commit is contained in:
Samuel Elliott 2018-08-10 00:00:01 +01:00
parent 89a5bfba20
commit cb01d32e19
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 6 additions and 8 deletions

View File

@ -1,10 +1,9 @@
body:not(.bd-hide-button) {
[class*="guildsWrapper-"] {
padding-top: 49px !important;
.platform-osx & {
margin-top: 26px;
}
}
.platform-osx [class*="guildsWrapper-"] {
margin-top: 26px;
}
[class*="guildsWrapper-"] + [class*="flex"] {
@ -13,10 +12,9 @@ body:not(.bd-hide-button) {
[class*="unreadMentionsIndicatorTop-"] {
top: 49px;
.platform-osx & {
top: 50px;
}
}
.platform-osx [class*="unreadMentionsIndicatorTop-"] {
top: 50px;
}
}