summaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.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"],