update discord stylesheet

This commit is contained in:
kageru 2018-10-14 22:06:38 +02:00
parent fcee8cb554
commit c309bb8473

View File

@ -136,12 +136,12 @@ code {
left: 0; left: 0;
} }
.containerCompact-3V0ioj .usernameWrapper-1S-G5O { .containerCompact-3V0ioj .usernameWrapper-1S-G5O, *[class^="username"] {
display: inline-block; display: inline-block;
text-align: right; text-align: right;
width: var(--username-width); width: var(--username-width);
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: clip;
padding-bottom: 1px; /* for on-hover underline on border; user_style.css */ padding-bottom: 1px; /* for on-hover underline on border; user_style.css */
} }