gotosocial/web/source/css/layout/thread.css
2024-11-05 15:53:22 +01:00

15 lines
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;
}
}