mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 04:06:39 +00:00
15 lines
277 B
CSS
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;
|
|
}
|
|
} |