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

30 lines
643 B
SCSS
Raw Normal View History

2018-08-15 11:42:43 +02:00
// sass-lint:disable-all
2018-08-15 04:03:56 +02:00
body:not(.bd-hideButton) {
2018-08-15 11:42:43 +02:00
[class*='guildsWrapper-'] {
padding-top: 49px !important;
2018-08-10 01:00:01 +02:00
}
2018-08-15 11:42:43 +02:00
.platform-osx [class*='guildsWrapper-'] {
2018-08-10 01:00:01 +02:00
margin-top: 26px;
2018-02-08 21:15:18 +01:00
}
2018-01-20 13:19:54 +01:00
2018-08-15 11:42:43 +02:00
[class*='guildsWrapper-'] + [class*='flex'] {
border-radius: 0 0 0 5px;
}
2018-01-20 16:05:09 +01:00
2018-08-15 11:42:43 +02:00
[class*='unreadMentionsIndicatorTop-'] {
top: 49px;
2018-08-10 01:00:01 +02:00
}
2018-08-15 11:42:43 +02:00
.platform-osx [class*='unreadMentionsIndicatorTop-'] {
2018-08-10 01:00:01 +02:00
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-08-15 11:42:43 +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;
}