fix(assets): enhance tablist-wrapper styles

This commit is contained in:
Cell
2026-03-19 12:47:17 +08:00
parent 9bac69b2ec
commit ccf17c6444
2 changed files with 9 additions and 1 deletions
@@ -51,6 +51,10 @@ tab-container {
}
}
&::part(tablist-wrapper) {
display: contents;
}
&::part(tablist-tab-wrapper) {
flex: 1 0 auto;
}
@@ -138,6 +142,10 @@ tab-container {
pointer-events: none;
}
&:has(> .tab-button[aria-selected='false']:hover)::part(tablist-tab-wrapper)::before {
opacity: 0.7;
}
&[placement='top'],
&[placement='bottom'] {
gap: 0.5rem;
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.4-20260319034216-0bf5d3a4" -}}
{{- hugo.Store.Set "version" "v0.4.4-20260319044718-9bac69b2" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}