Begin work on CSS refactor for the UI refresh

This commit is contained in:
Mulverine 2025-03-28 10:10:44 -06:00 committed by GitHub
parent fe31366b18
commit df28665c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,12 @@
.vc-channeltabs-icon {
height: 1.5rem;
width: 1.5rem;
height: 20px;
width: 20px;
border-radius: 50%;
}
.vc-channeltabs-guild-acronym-icon {
height: 1.25rem;
width: 1.5rem;
height: 20px;
width: 20px;
min-width: 1.5rem;
border-radius: 50%;
padding-top: 0.25rem;
@ -16,7 +16,7 @@
/* user avatars */
.vc-channeltabs-tab [class^="wrapper_"] {
min-width: 1.5rem;
min-width: 20px;
}
.vc-channeltabs-name-text {