only display option to reset setting if it was changed

This commit is contained in:
Send_Nukez 2021-11-27 10:11:05 +01:00
parent d206317f45
commit 9994713e55
2 changed files with 10 additions and 4 deletions

View file

@ -13,4 +13,5 @@ Improved:
- Moved `Hide Ads` into `Main Settings`
- 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)
- 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

View file

@ -182,6 +182,10 @@
bottom: -4px;
border-bottom-left-radius: 0px;
}
.dribbblish-config-item-reset {
display: block !important;
}
}
.dribbblish-config-item-header {
@ -197,7 +201,7 @@
.x-settings-title {
display: flex;
gap: 10px;
gap: 5px;
align-items: center;
grid-area: header;
margin: 0px;
@ -206,10 +210,11 @@
bottom: 0px;
.dribbblish-config-item-reset {
display: none;
width: 20px;
height: 20px;
padding: 0px;
color: spiceColor("text");
width: 1em;
height: 1em;
}
}