From eb32fff688bca37cd81ae186215921fd2b53f6f2 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 17 May 2026 01:33:15 +0300 Subject: [PATCH] feature: style: owner, mode: improve --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 333075ed..10820444 100644 --- a/css/style.css +++ b/css/style.css @@ -235,7 +235,8 @@ a:active { .owner { display: inline-block; - width: 13%; + width: 12%; + /* when inline-block * vertical align should be * set top to prevent additional @@ -247,7 +248,7 @@ a:active { .mode { float: right; - width: 18%; + width: 22%; color: var(--column-color); }