This commit is contained in:
2026-06-22 11:40:27 +02:00
parent e965775809
commit 01be0c523e
6 changed files with 195 additions and 7 deletions
+11
View File
@@ -248,10 +248,21 @@ img.avatar-lg { width: 72px; height: 72px; }
oben in der Byline). */
.interactions {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 0.25rem;
}
/* Bump-Button: tritt an die Stelle der früheren Bump-Kommentare. Im Cooldown
gesperrt (gilt pro Beitrag für alle), der Button zeigt dann die Restzeit. */
.bump:disabled {
color: gray;
border-color: #ccc;
cursor: default;
text-decoration: none;
}
.row {
display: flex;
align-items: center;