1
This commit is contained in:
@@ -226,6 +226,25 @@ Label.tl {
|
||||
Button {
|
||||
}
|
||||
|
||||
#unity-progress-bar {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#unity-progress-bar Label {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
#unity-progress-bar > VisualElement > VisualElement {
|
||||
}
|
||||
|
||||
@@ -379,3 +398,17 @@ TranslucentVisualElement {
|
||||
Foldout Toggle Label {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.container-ma-4 > * {
|
||||
margin-top: 4px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.container-ma-8 > * {
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user