Add more Languages and switch button #70

Merged
jakob.scheid merged 22 commits from feature/add-languages into main 2026-05-22 17:19:25 +02:00
Showing only changes of commit 666ecb4e98 - Show all commits
1
@@ -133,7 +133,7 @@ const open = function () {
right: 0; right: 0;
top: calc(100% + 6px); top: calc(100% + 6px);
background-color: var(--light-bg); background-color: var(--light-bg);
border: 1px solid var(--light-d-1); border: 1px solid var(--light-d-3);
border-radius: 8px; border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
list-style: none; list-style: none;