Buttons neu sortiert

This commit is contained in:
2026-06-24 09:34:00 +02:00
parent 1cfbb8b8fe
commit 308eec734f
2 changed files with 15 additions and 10 deletions
+3 -2
View File
@@ -244,8 +244,9 @@ img.avatar-lg { width: 72px; height: 72px; }
/* Nur die Vorfahren bilden einen Thread -> Linie. Antworten nur eingerückt. */
#ancestors .threadline { border-right: var(--line-w) solid gray; }
/* Interaktionsleiste: Vote-Buttons zentriert (das Antworten-Label sitzt jetzt
oben in der Byline). */
/* Interaktionsleiste: Antworten-Button links, Vote-Buttons mittig, Repost
rechts. Antwort- und Repost-Zahl stehen in den Buttons; der Repost-Cooldown
wandert in die Byline (siehe setupBump). */
.interactions {
display: flex;
align-items: center;