1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 08:42:51 -04:00

Add full support for tweet edit history

Fixes #700
This commit is contained in:
Zed
2026-02-16 00:52:17 +01:00
parent f257ce53ae
commit a15d1ce16b
13 changed files with 194 additions and 60 deletions
+22 -9
View File
@@ -1,7 +1,8 @@
@import "_variables";
@import "_mixins";
.conversation {
.conversation,
.edit-history {
@include panel(100%, 600px);
.show-more {
@@ -9,19 +10,36 @@
}
}
.main-thread {
.main-thread,
.latest-edit {
margin-bottom: 20px;
background-color: var(--bg_panel);
}
.reply {
margin-bottom: 10px;
}
.main-tweet,
.replies {
.replies,
.edit-history > div {
body.fixed-nav & {
padding-top: 50px;
margin-top: -50px;
}
}
.edit-history-header {
padding: 10px;
margin-bottom: 5px;
font-size: 16px;
font-weight: bold;
background-color: var(--bg_panel);
}
.tweet-edit {
margin-bottom: 5px;
}
.main-tweet .tweet-content {
font-size: 18px;
}
@@ -32,11 +50,6 @@
}
}
.reply {
background-color: var(--bg_panel);
margin-bottom: 10px;
}
.thread-line {
.timeline-item::before,
&.timeline-item::before {