mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(assets): enhance tablist-wrapper styles
This commit is contained in:
@@ -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,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" . -}}
|
||||
|
||||
Reference in New Issue
Block a user