aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/userVoiceShow/components/VoiceChannelSection.css
blob: 0cf8701fc116abc2d1ecc584c9e4ff4957fe5530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.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 {
    margin: 0 12px;
}

.vc-uvs-modal-margin div {
    margin-bottom: 0 !important;
}

.vc-uvs-popout-margin > [class^="section"] {
    margin-top: -12px;
}