mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
only display option to reset setting if it was changed
This commit is contained in:
parent
d206317f45
commit
9994713e55
2 changed files with 10 additions and 4 deletions
|
|
@ -14,3 +14,4 @@ Improved:
|
||||||
- Added hover tooltips on playlist / folder images. Useful for collapsed sidebar
|
- Added hover tooltips on playlist / folder images. Useful for collapsed sidebar
|
||||||
- Now also shows if a new spicetify-cli update is available (Requires spicetify-cli > 2.7.2)
|
- Now also shows if a new spicetify-cli update is available (Requires spicetify-cli > 2.7.2)
|
||||||
- Popups (like lyrics-plus settings) styles are now consistent with the Dribbblish settings styles
|
- Popups (like lyrics-plus settings) styles are now consistent with the Dribbblish settings styles
|
||||||
|
- Only display option to reset setting if it was changed
|
||||||
|
|
@ -182,6 +182,10 @@
|
||||||
bottom: -4px;
|
bottom: -4px;
|
||||||
border-bottom-left-radius: 0px;
|
border-bottom-left-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dribbblish-config-item-reset {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dribbblish-config-item-header {
|
.dribbblish-config-item-header {
|
||||||
|
|
@ -197,7 +201,7 @@
|
||||||
|
|
||||||
.x-settings-title {
|
.x-settings-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 5px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
grid-area: header;
|
grid-area: header;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
@ -206,10 +210,11 @@
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
|
||||||
.dribbblish-config-item-reset {
|
.dribbblish-config-item-reset {
|
||||||
|
display: none;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
color: spiceColor("text");
|
color: spiceColor("text");
|
||||||
width: 1em;
|
|
||||||
height: 1em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue