ShowBadgesInChat and ThemeLibrary bug fixes (#136)

This commit is contained in:
Indiana Jone (Indi) 2025-02-04 21:40:19 -05:00 committed by GitHub
parent a4c1138148
commit 505f211eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -35,7 +35,10 @@
.vc-sbic-badge-row {
display: inline-flex;
margin-left: 2;
justify-content: center;
align-items: center;
vertical-align: top;
height: 1rem;
position: relative;
margin-top: 6px !important;
margin-left: -3px !important;
}