css fixes

This commit is contained in:
2026-05-16 22:21:53 +02:00
parent 88dae71522
commit 3f499c414b

View File

@@ -2305,6 +2305,7 @@ body.layout-modern .item-sidebar-left .tag-controls {
justify-content: flex-end;
align-items: center;
gap: 5px;
flex-wrap: wrap;
}
.submit-comment {
@@ -2364,8 +2365,8 @@ body.layout-modern .item-sidebar-left .tag-controls {
.comment-attach-btn {
background: none;
border: 1px solid var(--nav-border-color);
color: #888;
border: none;
color: var(--white);
cursor: pointer;
padding: 4px 8px;
display: flex;
@@ -2375,11 +2376,6 @@ body.layout-modern .item-sidebar-left .tag-controls {
font-size: 14px;
}
.comment-attach-btn:hover {
color: var(--accent);
border-color: var(--accent);
}
.comment-file-preview {
display: flex;
flex-wrap: wrap;
@@ -5222,10 +5218,6 @@ body[type='login'] {
transition: text-shadow 0.2s;
}
.emoji-trigger:hover {
text-shadow: 0 0 8px var(--accent);
}
.spoiler-trigger {
background: black;
border: none;