1
0
puyopuyotetr.is/app/javascript/styles/birdsite/thread-fix.scss

9 lines
175 B
SCSS
Raw Normal View History

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