diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdfb5d..c35d3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- Popups (like lyrics-plus settings) styles are now consistent with the Dribbblish settings styles +- Only display option to reset setting if it was changed \ No newline at end of file diff --git a/src/styles/ConfigMenu.scss b/src/styles/ConfigMenu.scss index 6331ba2..a61941c 100644 --- a/src/styles/ConfigMenu.scss +++ b/src/styles/ConfigMenu.scss @@ -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; } }