From 7e2db82e1dae8f8885478b4f7a492406b14bc31b Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:12:48 +0100 Subject: chore: update css --- cgit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index fcb6688..81f4e07 100644 --- a/cgit.css +++ b/cgit.css @@ -39,14 +39,14 @@ div#cgit .libravatar-avatar .on-hover { height: 128px; } div#cgit .libravatar-avatar:hover .on-hover, -div#cgit .libravatar-avatar:focus-within .on-hover { +div#cgit .libravatar-avatar:active .on-hover { display: block; position: absolute; margin-left: 1.5rem; background-color: #000; border-radius: var(--radius-lg); } -div#cgit .libravatar-avatar:focus-within .on-hover { +div#cgit .libravatar-avatar:active .on-hover { width: 256px; height: 256px; } -- cgit v1.2.3