More settings fixes + clamped long usernames

This commit is contained in:
nizune
2021-08-02 17:25:39 +02:00
parent 2f563ef726
commit 03f572f365
3 changed files with 15 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
background: var(--scrollbar-thumb);
}
::-webkit-scrollbar-corner {
background: transparent;
}
::selection {
background: var(--accent);
color: var(--foreground);