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

29 lines
618 B
SCSS
Raw Normal View History

2018-08-15 04:03:56 +02:00
body:not(.bd-hideButton) {
[class*="guildsWrapper-"] {
padding-top: 49px !important;
2018-08-10 01:00:01 +02:00
}
.platform-osx [class*="guildsWrapper-"] {
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-08-10 01:00:01 +02:00
}
.platform-osx [class*="unreadMentionsIndicatorTop-"] {
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
2018-08-15 04:03:56 +02:00
.bd-settingsWrapper.platform-linux {
2018-05-13 17:16:51 +02:00
transform: none;
}