diff options
chore: update css
-rw-r--r-- | cgit.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |