UserVoiceShow: Fix setting name

This commit is contained in:
Nuckyz 2024-09-19 05:25:31 -03:00
parent c7e5295da0
commit a015cf96f6
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 28 additions and 29 deletions

View file

@ -15,7 +15,13 @@
}
.vc-uvs-tooltip-container {
max-width: 200px;
max-width: 300px;
}
.vc-uvs-tooltip-content {
display: flex;
flex-direction: column;
gap: 6px;
}
.vc-uvs-guild-name {
@ -31,7 +37,5 @@
.vc-uvs-vc-members {
display: flex;
margin: 8px 0;
flex-direction: row;
gap: 6px;
}