mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
fix: adjust margins and padding for tab-container to improve layout consistency
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
tab-container {
|
||||
display: flex;
|
||||
gap: 0.75rem;
|
||||
padding-block: 1rem;
|
||||
margin-block: 0.5rem;
|
||||
position: relative;
|
||||
|
||||
// loading before defined
|
||||
@@ -25,6 +25,10 @@ tab-container {
|
||||
}
|
||||
}
|
||||
|
||||
tab-container {
|
||||
margin-block: 1rem;
|
||||
}
|
||||
|
||||
> .tab-button {
|
||||
position: relative;
|
||||
display: block;
|
||||
@@ -242,6 +246,8 @@ tab-container {
|
||||
|
||||
&[placement='left'],
|
||||
&[placement='right'] {
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
&::part(tablist) {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251223064514-52a7b434" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251223084857-0978234b" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user