mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 03:56:18 +08:00
8 lines
128 B
SCSS
8 lines
128 B
SCSS
|
.c-navbar-container {
|
||
|
.chat-drawer &,
|
||
|
.c-routes-channel-thread &,
|
||
|
.c-routes-channel-info & {
|
||
|
padding-inline: 0;
|
||
|
}
|
||
|
}
|