diff options
Diffstat (limited to 'src/plugins/userVoiceShow/components/VoiceChannelSection.css')
-rw-r--r-- | src/plugins/userVoiceShow/components/VoiceChannelSection.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/userVoiceShow/components/VoiceChannelSection.css b/src/plugins/userVoiceShow/components/VoiceChannelSection.css new file mode 100644 index 0000000..c0bc49d --- /dev/null +++ b/src/plugins/userVoiceShow/components/VoiceChannelSection.css @@ -0,0 +1,18 @@ +.vc-uvs-button > div { + white-space: normal !important; +} + +.vc-uvs-button { + width: 100%; + margin: auto; + height: unset; +} + +.vc-uvs-header { + color: var(--header-primary); + margin-bottom: 6px; +} + +.vc-uvs-modal-margin > [class^="section"] { + margin: 0 12px; +} |