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

20 lines
276 B
CSS
Raw Normal View History

.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;
}