gotosocial/web/source/css/layout/thread.css

15 lines
277 B
CSS
Raw Normal View History

2024-11-05 14:53:22 +00:00
.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;
}
}