Refreshed languages menu in settings

This commit is contained in:
nizune
2021-08-03 11:51:40 +02:00
parent 97399211bb
commit 52b31d21e4
4 changed files with 35 additions and 9 deletions

View File

@@ -98,9 +98,6 @@
flex-direction: row;
background: var(--primary-background);
/* Scrollbox hides the scrollbar on the desktop app. */
/*@media (hover: hover) { .scrollbox { visibility: hidden; }}*/
.scrollbox {
overflow-y: scroll;
visibility: hidden;
@@ -115,6 +112,7 @@
}
::-webkit-scrollbar-thumb {
width: 4px;
background-clip: content-box;
border-top: 80px solid transparent;
}
@@ -125,6 +123,7 @@
overflow-y: scroll;
justify-content: flex-end;
background: var(--secondary-background);
scrollbar-width: thin;
.container {
min-width: 218px;