From c7414e4b21ff1aaae3503de765aa5368f7ae476c Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Thu, 6 Aug 2026 23:55:51 +0200 Subject: [PATCH] CSS QoL --- public/s/css/f0ckm.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index a55808e..9461393 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -5410,6 +5410,10 @@ html[data-dpr="dpr-110"] body.layout-legacy .embed-responsive-16by9::before { padding: 0; } +.image-modal-btn:hover { + color: var(--accent); +} + html.image-expand-active .image-modal-btn { display: inline-flex; } @@ -16166,6 +16170,26 @@ body.scroller-active #gchat-reopen-bubble { color: #eee; } +.info-hash-codeblock { + margin: 2px 0; + padding: 6px 10px; + background: rgba(0, 0, 0, 0.4); + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 4px; + white-space: pre-wrap; + word-break: break-all; + font-family: monospace; + font-size: 0.85em; + color: var(--text-color, #eee); + user-select: all; +} + +.info-hash-codeblock code { + border: none !important; + background: transparent !important; + padding: 0 !important; +} + .info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none;