Fix guilds wrapper position
This commit is contained in:
parent
ead0fbbd1e
commit
08af9be061
|
@ -1,13 +1,13 @@
|
||||||
// sass-lint:disable-all
|
// sass-lint:disable-all
|
||||||
body:not(.bd-hideButton) {
|
body:not(.bd-hideButton) {
|
||||||
[class*='guildsWrapper-'] {
|
[class*='layer-'] > * > [class*='wrapper-'] {
|
||||||
padding-top: 49px !important;
|
padding-top: 49px !important;
|
||||||
}
|
}
|
||||||
.platform-osx [class*='guildsWrapper-'] {
|
.platform-osx [class*='layer-'] > * > [class*='wrapper-'] {
|
||||||
margin-top: 26px;
|
margin-top: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*='guildsWrapper-'] + [class*='flex'] {
|
[class*='layer-'] > * > [class*='wrapper-'] + [class*='flex'] {
|
||||||
border-radius: 0 0 0 5px;
|
border-radius: 0 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue