UX: size down unread indicators fror drawer/mobile (#22636)

This commit is contained in:
chapoi 2023-07-17 12:54:00 +02:00 committed by GitHub
parent a610c86302
commit e4deba0075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -206,12 +206,17 @@
display: flex;
align-items: center;
justify-content: center;
width: 8px;
height: 8px;
&.-urgent {
width: auto;
height: auto;
min-width: 0.6em;
padding: 0.3em 0.5em;
}
}
}
&.unfollowing {
opacity: 0;