feat: refine frontend and stabilize template product navigation

This commit is contained in:
Codex
2026-04-23 17:21:19 +08:00
parent 6250d787e0
commit ba0481a2b4
31 changed files with 1118 additions and 851 deletions
+7 -1
View File
@@ -236,7 +236,6 @@ html[data-theme] .doc-controls .react-select__control {
z-index: 50;
}
html[data-theme] .doc-controls:focus-within,
html[data-theme] .row:focus-within,
html[data-theme] .row__fields:focus-within,
html[data-theme] .tabs-field:focus-within,
@@ -263,6 +262,13 @@ html[data-theme] .doc-controls {
backdrop-filter: blur(16px);
}
html[data-theme] .doc-controls button,
html[data-theme] .doc-controls [type='submit'],
html[data-theme] .doc-controls a {
position: relative;
z-index: 2;
}
html[data-theme] .field-type .field-label {
margin-bottom: 4px;
}