1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-27 09:46:28 +00:00
Vencord/src/plugins/showConnections/styles.css

19 lines
276 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 svg {
min-width: 16px;
}