From 5f2ffcc25940789006b4233659d2da26f69c59a2 Mon Sep 17 00:00:00 2001 From: bashrc Date: Sun, 17 May 2026 13:12:07 +0100 Subject: [PATCH] Mobile column icon width --- epicyon-profile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index f81bb2126..49c925f35 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -25,6 +25,7 @@ --post-bg-color: #282c37; --code-color: lightblue; --column-left-color: #282c37; + --column-icons-width-mobile: 5%; --link-bg-color: #282c37; --dropdown-fg-color: #dddddd; --dropdown-bg-color: #111; @@ -2878,6 +2879,7 @@ address { .columnIcons img { float: right; margin-right: 1vw; + width: var(--column-icons-width-mobile); } .pageslist { font-size: var(--font-size-pageslist);