UserVoiceShow: Better support for DM channels

This commit is contained in:
Nuckyz 2024-09-20 09:06:26 -03:00
parent f7587d9b2e
commit e8242f22c9
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 62 additions and 22 deletions

View file

@ -1,6 +1,5 @@
.vc-uvs-speaker {
color: var(--interactive-normal);
padding: 0 4px;
display: flex;
align-items: center;
justify-content: center;
@ -14,6 +13,18 @@
color: var(--interactive-hover);
}
.vc-uvs-speaker-padding {
padding: 0 4px;
}
.vc-uvs-indicator-action-button {
background-color: var(--background-secondary);
border-radius: 100%;
height: 36px;
width: 36px;
margin-left: 10px;
}
.vc-uvs-tooltip-container {
max-width: 300px;
}
@ -24,7 +35,7 @@
gap: 6px;
}
.vc-uvs-guild-name {
.vc-uvs-name {
display: flex;
align-items: center;
gap: 8px;