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