From 9d4dd84647d428e895ee0ff59f4f4810f9d54c4a Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:12:00 +0100 Subject: chore: update css --- cgit.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 91451b6..fcb6688 100644 --- a/cgit.css +++ b/cgit.css @@ -38,13 +38,18 @@ div#cgit .libravatar-avatar .on-hover { width: 128px; height: 128px; } -div#cgit .libravatar-avatar:hover .on-hover { +div#cgit .libravatar-avatar:hover .on-hover, +div#cgit .libravatar-avatar:focus-within .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 { + width: 256px; + height: 256px; +} div#cgit select, div#cgit input[type="text"], -- cgit v1.2.3