Many improvments and bug fixes

This commit is contained in:
AskIt
2026-01-23 07:09:35 +01:00
parent 4b5a0a85f4
commit cfb558fff1
14 changed files with 906 additions and 536 deletions
+9
View File
@@ -204,6 +204,15 @@ a.btn-primary:visited {
object-fit: cover;
}
.user-row .avatar {
flex-shrink: 0;
}
.user-row .avatar img {
object-fit: contain;
background: var(--background-tertiary);
}
.avatar-sm {
width: 32px;
height: 32px;