💄 Improved styling variables for config editor

This commit is contained in:
Alicia Sykes
2021-10-29 23:03:58 +01:00
parent fb13f84c0e
commit 160f72e32a
2 changed files with 16 additions and 7 deletions

View File

@@ -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;
}