Move language switch button to the footer #100

Merged
jakob.scheid merged 6 commits from feature/language-switch-in-footer into main 2026-06-01 18:50:48 +02:00
Showing only changes of commit 53c7cb1c79 - Show all commits
@@ -88,6 +88,7 @@ const open = function () {
<style scoped> <style scoped>
.language-switch { .language-switch {
--trigger-padding-y: 4px;
position: relative; position: relative;
} }
@@ -98,7 +99,7 @@ const open = function () {
background: none; background: none;
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: 6px; border-radius: 6px;
padding: 4px 10px; padding: var(--trigger-padding-y) 10px;
cursor: pointer; cursor: pointer;
color: var(--dark); color: var(--dark);
} }