Align language dropdown with globe button

This commit is contained in:
2026-02-04 15:31:36 +01:00
parent 6b13827041
commit edeef40da1

View File

@@ -50,6 +50,7 @@ html {
} }
.lang-switch { .lang-switch {
position: relative; position: relative;
display: inline-block;
} }
.lang-button { .lang-button {
border: 1px solid #d5c7b5; border: 1px solid #d5c7b5;
@@ -62,7 +63,7 @@ html {
} }
.lang-menu { .lang-menu {
position: absolute; position: absolute;
right: 0; left: 0;
top: calc(100% + 6px); top: calc(100% + 6px);
background: #fffaf3; background: #fffaf3;
border: 1px solid #e3d4bd; border: 1px solid #e3d4bd;