fix(css): consistent spacing in threads

also added spacing to navbar (independent of profile-banner)
This commit is contained in:
2025-11-17 12:52:26 -03:00
parent 045baf1529
commit f03a4e311f
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
}
.main-thread {
margin-bottom: 20px;
margin-bottom: 5px;
background-color: var(--bg_panel);
}
@@ -31,13 +31,13 @@
.reply {
background-color: var(--bg_panel);
margin-bottom: 10px;
margin-bottom: 5px;
}
.thread-line {
.timeline-item::before,
&.timeline-item::before {
background: var(--accent_dark);
background: var(--dark_grey);
content: '';
position: relative;
min-width: 3px;