Fix BD button

Class updates
This commit is contained in:
Satoru 2019-03-09 22:42:35 -06:00 committed by GitHub
parent 68a8187964
commit 90f8cf02c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
// sass-lint:disable-all
body:not(.bd-hideButton) {
[class*='guildsWrapper-'] {
padding-top: 49px !important;
.wrapper-1Rf91z {
padding-top: 50px !important;
}
.platform-osx [class*='guildsWrapper-'] {
margin-top: 26px;
.platform-osx .wrapper-1Rf91z {
margin-top: 25px;
}
[class*='guildsWrapper-'] + [class*='flex'] {
.wrapper-1Rf91z + [class*='flex'] {
border-radius: 0 0 0 5px;
}