From 53b298419c6c69fe8fbea0d8a6d3984ec97d31a2 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Wed, 2 Mar 2022 20:27:41 -0800 Subject: [PATCH] reduced size of context menus, added string to en_US --- src/i18n/en_US.json | 1 + src/i18n/source/en_US.json | 1 + src/renderer/less/helpers.less | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index aa2cdfd9..ac37b2c3 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -205,6 +205,7 @@ "action.startRadio": "Start Radio", "action.goToArtist": "Go to Artist", "action.goToAlbum": "Go to Album", + "action.showInPlaylist": "Show in Playlist", "action.moveToTop": "Move out of Folder", "action.share": "Share", "action.rename": "Rename", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index aa2cdfd9..ac37b2c3 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -205,6 +205,7 @@ "action.startRadio": "Start Radio", "action.goToArtist": "Go to Artist", "action.goToAlbum": "Go to Album", + "action.showInPlaylist": "Show in Playlist", "action.moveToTop": "Move out of Folder", "action.share": "Share", "action.rename": "Rename", diff --git a/src/renderer/less/helpers.less b/src/renderer/less/helpers.less index 712d498c..08cd33c3 100644 --- a/src/renderer/less/helpers.less +++ b/src/renderer/less/helpers.less @@ -305,19 +305,19 @@ .menu-panel-body { display: flex; flex-flow: column; - background: rgb(38 38 38); + background: #262626; position: relative; min-width: 200px; box-shadow: var(--ciderShadow-Generic); border-radius: var(--mediaItemRadius); overflow: hidden; - font-size: 14px; + font-size: 13px; .menu-option { text-align: left; display: flex; width: 100%; - padding: 10px 16px; + padding: 9px 16px; appearance: none; border: 0px; font: inherit;