This commit is contained in:
CortexCore
2024-12-30 21:34:37 +08:00
parent 385220e0f6
commit 421ffc2c15
36 changed files with 41 additions and 40 deletions

View File

@@ -94,13 +94,13 @@ TabBar Button:disabled {
}
.gap-8 {
margin-top:-8px;
margin-top: -8px;
margin-right: -8px;
margin-bottom: -8px;
margin-left: -8px;
}
.gap-8 > *{
.gap-8 > * {
margin: 8px;
}
@@ -109,7 +109,7 @@ TabBar Button:disabled {
margin-left: -8px;
}
.gap-x-8 > *{
.gap-x-8 > * {
margin-left: 8px;
margin-right: 8px;
}
@@ -119,7 +119,7 @@ TabBar Button:disabled {
margin-bottom: -8px;
}
.gap-y-8 > *{
.gap-y-8 > * {
margin-top: 8px;
margin-bottom: 8px;
}
@@ -504,3 +504,7 @@ Button.clear {
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
}
TabContainer > * {
flex-grow: 1;
}