summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 16:12:00 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-05 16:12:00 +0100
commit9d4dd84647d428e895ee0ff59f4f4810f9d54c4a (patch)
treee929c43b1af57acfbc2e29d6c538b55b1589adcd
parent3828c3a50b94470821bc4fb876d65de23a0f4f26 (diff)
downloadcgit-assets-9d4dd84647d428e895ee0ff59f4f4810f9d54c4a.tar.gz
cgit-assets-9d4dd84647d428e895ee0ff59f4f4810f9d54c4a.tar.bz2
cgit-assets-9d4dd84647d428e895ee0ff59f4f4810f9d54c4a.tar.lz
cgit-assets-9d4dd84647d428e895ee0ff59f4f4810f9d54c4a.zip

chore: update css

-rw-r--r--cgit.css7
1 files changed, 6 insertions, 1 deletions
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"],