This commit is contained in:
onysd 2026-08-06 03:28:49 +03:00
parent 78022c8f80
commit a9586aec87
9 changed files with 39 additions and 8 deletions

View file

@ -548,6 +548,21 @@ textarea:focus {
cursor: pointer;
}
.avatar-link {
display: block;
padding: 0;
line-height: 0;
background: transparent;
border: 0;
border-radius: 999px;
cursor: pointer;
}
.avatar-link:hover,
.avatar-link:focus-visible {
outline: 2px solid var(--focus);
outline-offset: 2px;
}
.table-wrap {
width: 100%;
overflow-x: auto;