2024-09-16 19:53:49 +02:00
|
|
|
.vc-uvs-speaker {
|
|
|
|
color: var(--interactive-normal);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vc-uvs-clickable {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vc-uvs-clickable:hover {
|
|
|
|
color: var(--interactive-hover);
|
|
|
|
}
|
|
|
|
|
2024-09-20 14:06:26 +02:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2024-09-16 19:53:49 +02:00
|
|
|
.vc-uvs-tooltip-container {
|
2024-09-19 10:25:31 +02:00
|
|
|
max-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vc-uvs-tooltip-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 6px;
|
2024-09-16 19:53:49 +02:00
|
|
|
}
|
|
|
|
|
2024-09-20 14:06:26 +02:00
|
|
|
.vc-uvs-name {
|
2024-09-16 19:53:49 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vc-uvs-guild-icon {
|
|
|
|
border-radius: 100%;
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vc-uvs-vc-members {
|
|
|
|
display: flex;
|
|
|
|
gap: 6px;
|
|
|
|
}
|