💄 Improved styling variables for config editor
This commit is contained in:
@@ -378,9 +378,6 @@ html[data-theme='material'], html[data-theme='material-dark'] {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.item-wrapper.add-new-item {
|
||||
flex-grow: inherit;
|
||||
}
|
||||
/* Custom layout for medium and large icons */
|
||||
.item-wrapper .item:not(.size-small) {
|
||||
display: flex;
|
||||
@@ -416,6 +413,13 @@ html[data-theme='material'], html[data-theme='material-dark'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-wrapper.add-new-item {
|
||||
flex-grow: inherit;
|
||||
}
|
||||
.add-new-item a {
|
||||
flex-grow: inherit;
|
||||
flex-basis: inherit;
|
||||
}
|
||||
.tooltip.item-description-tooltip:not(.tooltip-is-small) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user