mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user