From 62e1dd2a4788a8dc96462cd83d92c635f7fbd88b Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:22:40 +0100 Subject: chore: update css --- cgit.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index f62e84f..4def113 100644 --- a/cgit.css +++ b/cgit.css @@ -55,7 +55,9 @@ div#cgit .theattening::before { } div#cgit .thedottening::after { content: 'ยท'; - transform: translateY(50%) rotateX(180deg); + transform: translateY(50%) rotateX(180deg) scale(1.5); + display: inline-block; + margin-left: 1px; } div#cgit .theattening::before, div#cgit .thedottening::after { -- cgit v1.2.3