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

29 lines
495 B
SCSS
Raw Normal View History

2018-08-01 14:53:59 +02:00
[class*="guildsWrapper-"] {
2018-02-08 21:15:18 +01:00
padding-top: 49px !important;
.platform-osx & {
margin-top: 26px;
}
2018-01-20 13:19:54 +01:00
}
2018-08-01 14:53:59 +02:00
[class*="guildsWrapper-"] + [class*="flex"] {
2018-01-20 13:19:54 +01:00
border-radius: 0 0 0 5px;
}
2018-01-20 16:05:09 +01:00
2018-08-04 01:52:05 +02:00
[class*="unreadMentionsIndicatorTop-"] {
2018-02-08 21:15:18 +01:00
top: 49px;
.platform-osx & {
top: 50px;
}
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;
}