BetterDiscordApp-v2/client/src/styles/partials/discordoverrides.scss

31 lines
585 B
SCSS
Raw Normal View History

body:not(.bd-hide-button) {
[class*="guildsWrapper-"] {
padding-top: 49px !important;
2018-02-08 21:15:18 +01:00
.platform-osx & {
margin-top: 26px;
}
2018-02-08 21:15:18 +01:00
}
2018-01-20 13:19:54 +01:00
[class*="guildsWrapper-"] + [class*="flex"] {
border-radius: 0 0 0 5px;
}
2018-01-20 16:05:09 +01:00
[class*="unreadMentionsIndicatorTop-"] {
top: 49px;
2018-02-08 21:15:18 +01:00
.platform-osx & {
top: 50px;
}
2018-02-08 21:15:18 +01:00
}
2018-01-20 16:05:09 +01:00
}
2018-03-29 21:16:06 +02:00
// Any layers need to be above the main layer (where the BD button is placed)
2018-04-29 18:53:09 +02:00
[class*="layers-"] > * + * {
2018-03-29 21:16:06 +02:00
z-index: 900;
}
2018-05-13 17:16:51 +02:00
.bd-settings-wrapper.platform-linux {
transform: none;
}