Add full support for tweet edit history

Fixes #700
This commit is contained in:
Zed 2026-02-16 00:52:17 +01:00
commit a15d1ce16b
13 changed files with 194 additions and 60 deletions

View file

@ -4,12 +4,8 @@
@include panel(100%, 600px);
}
.timeline {
background-color: var(--bg_panel);
> div:not(:first-child) {
border-top: 1px solid var(--border_grey);
}
.timeline > div:not(:first-child) {
border-top: 1px solid var(--border_grey);
}
.timeline-header {
@ -159,4 +155,5 @@
padding: 0.75em;
display: flex;
position: relative;
background-color: var(--bg_panel);
}