Show related tweets under replies

Fixes #1334
This commit is contained in:
Zed 2026-07-11 00:11:46 +02:00
commit 092397cd6f
6 changed files with 46 additions and 3 deletions

View file

@ -185,3 +185,12 @@
}
}
}
.related-header {
padding: 8px 12px;
margin-top: 10px;
background-color: var(--bg_panel);
color: var(--fg_faded);
font-size: 14px;
border-bottom: 1px solid var(--border_grey);
}