1
This commit is contained in:
@@ -21,7 +21,7 @@ MonoBehaviour:
|
||||
m_FallbackDpi: 96
|
||||
m_ReferenceResolution: {x: 1920, y: 1080}
|
||||
m_ScreenMatchMode: 0
|
||||
m_Match: 0.421
|
||||
m_Match: 0.5
|
||||
m_SortingOrder: 0
|
||||
m_TargetDisplay: 0
|
||||
m_ClearDepthStencil: 1
|
||||
|
@@ -93,6 +93,37 @@ TabBar Button:disabled {
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.gap-8 {
|
||||
margin-top: -8px;
|
||||
margin-right: -8px;
|
||||
margin-bottom: -8px;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.gap-8 > * {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.gap-x-8 {
|
||||
margin-right: -8px;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.gap-x-8 > * {
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.gap-y-8 {
|
||||
margin-top: -8px;
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
|
||||
.gap-y-8 > * {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.r-8 {
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
@@ -473,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user