::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #32303F;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #42404F;
}

.username {
    font-size: var(--font-size);
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}