fix: language list containing duplicate en lang (#6583)

This commit is contained in:
David Luzar 2023-05-13 22:50:14 +02:00 committed by GitHub
parent 306e133651
commit 5bf27a463c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 60 additions and 58 deletions

View file

@ -538,6 +538,10 @@
height: 3px;
}
select::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background: var(--scrollbar-thumb);
border-radius: 10px;