Thread: improve padding between posts

This commit is contained in:
Alex Gleason 2021-10-09 11:42:31 -05:00
parent c264a5fb47
commit d6af6468d7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 21 additions and 0 deletions

Binary file not shown.

View file

@ -158,6 +158,14 @@
}
.thread {
@include standard-panel;
border-top-left-radius: 0;
border-top-right-radius: 0;
@media screen and (max-width: 580px) {
border-radius: 0;
}
&__status {
position: relative;
@ -167,6 +175,19 @@
}
}
&__descendants .thread__status:first-child {
margin-top: 10px;
}
&__status--focused:first-child,
&__ancestors &__status:first-child {
margin-top: 10px;
}
&__descendants &__status:last-child {
margin-bottom: 10px;
}
&__connector {
background: hsla(var(--primary-text-color_hsl), 0.2);
position: absolute;