fix nitro banners

This commit is contained in:
Er2 2022-04-14 21:54:02 +03:00
parent bd8034c428
commit 513f2e78fd
1 changed files with 4 additions and 4 deletions

View File

@ -24,17 +24,17 @@ nav[class^="privateChannels-"] div div // Nitro tab at DM
{ &:extend(.nitro); } { &:extend(.nitro); }
#channels > ul { #channels > ul {
& > div[aria-hidden="true"],
div[class^="container-"] { div[class^="container-"] {
// boosts // boosts
&:extend(.nitro); &:extend(.nitro);
}
div[class^="container-"] + li {
// space // space
& + li { padding-top: 0;
padding-top: 0;
}
} }
} }
} }
.nitroblock() when (@no-banner = true) { .nitroblock() when (@no-banner = true) {
[class^="bannerContainer-"], [class^="bannerContainer-"],