From 3f499c414b291ad8c58f6c204d6b6f90d5a77c44 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 16 May 2026 22:21:53 +0200 Subject: [PATCH] css fixes --- public/s/css/f0ckm.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index f50fe10..c42fbe5 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -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;