gotosocial/web/source/css/layout/thread.css
2024-07-30 16:03:06 +02:00

15 lines
No EOL
277 B
CSS

.thread,
.thread-wrapper {
display: flex;
flex-direction: column;
gap: 0.4rem;
.col-header.replies.hidden-only {
/*
No visible replies below this column
header, so round off the bottom.
*/
border-bottom-left-radius: $br;
border-bottom-right-radius: $br;
}
}