mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-20 00:25:15 +00:00
19 lines
277 B
CSS
19 lines
277 B
CSS
.vc-user-connection {
|
|
all: unset;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.vc-sc-tooltip {
|
|
display: inline-flex;
|
|
gap: 0.25em;
|
|
align-items: center;
|
|
}
|
|
|
|
.vc-sc-connection-name {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.vc-sc-tooltip-icon {
|
|
min-width: 16px;
|
|
}
|