From 919714d47274aa953a2e3296fa14e22ba8bf1547 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 2 Aug 2026 17:15:51 -0400 Subject: [PATCH] i hate change but i promised i would fix it --- static/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/static/style.css b/static/style.css index 6276417..6fdfe4d 100644 --- a/static/style.css +++ b/static/style.css @@ -1013,6 +1013,23 @@ table tr a:last-child{ font-weight:bold; } +/* booru */ +#images .image .i-title-wrapper{ + margin-bottom:7px; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; +} +#images .image .i-title-wrapper a{ + display:inline; +} + +#images .image .i-title-wrapper .title{ + display:inline; + margin-bottom:0; +} +/* end booru */ + #images .image .description{ overflow:hidden; height:45px; @@ -1113,6 +1130,17 @@ table tr a:last-child{ /* Settings page */ +.web .settings select{ + all:unset; + user-select:none; + display:block; + border:1px solid var(--504945); + border-radius:2px; + font-size:14px; + padding:0 20px 0 4px; + height:24px; +} + .web .settings{ margin-top:17px; border:1px dashed var(--504945);