aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/userVoiceShow/components/VoiceChannelSection.css
blob: c0bc49d066b6b4b2f4e240afa289875a3f6731dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}