This commit is contained in:
2026-05-26 21:28:16 +02:00
parent 8693e16802
commit 4f9fc25ef2

View File

@@ -2344,6 +2344,11 @@ body.layout-modern .item-sidebar-left .tag-controls {
cursor: pointer; cursor: pointer;
border-radius: 0; border-radius: 0;
/* No rounded corners */ /* No rounded corners */
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
height: 28px;
} }
.submit-comment.loading { .submit-comment.loading {
@@ -2371,6 +2376,11 @@ body.layout-modern .item-sidebar-left .tag-controls {
padding: 5px 10px; padding: 5px 10px;
cursor: pointer; cursor: pointer;
border-radius: 0; border-radius: 0;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
height: 28px;
} }
.char-counter { .char-counter {
@@ -7609,6 +7619,11 @@ video.autoplay-gif {
cursor: pointer; cursor: pointer;
font-weight: bold; font-weight: bold;
opacity: 0.8; opacity: 0.8;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
height: 30px;
} }
.submit-comment:hover, .submit-comment:hover,