fix(i): adjust language switch submenu position offset

This commit is contained in:
Cell
2026-07-18 02:32:58 +08:00
parent 3326ea4515
commit 06419f7968
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ header {
translate: -0.5rem 0; translate: -0.5rem 0;
} }
&.language-switch:hover .sub-menu { &.language-switch:hover .sub-menu {
translate: calc(2.25rem - 100%) 0; translate: calc(1.75rem - 100%) 0;
} }
} }
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v1.0.0-mrp7tfov" -}} {{- hugo.Store.Set "version" "v1.0.0-mrp9zxdw" -}}
{{- .Store.Set "this" dict -}} {{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}} {{- partial "init/detection-env.html" . -}}