9 lines
175 B
SCSS
9 lines
175 B
SCSS
|
/* We have vanilla thread now */
|
||
|
.status.status--in-thread {
|
||
|
.status__action-bar,
|
||
|
.status__content {
|
||
|
// We don't need birdsite padding here
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
}
|