reduced size of context menus, added string to en_US

This commit is contained in:
booploops 2022-03-02 20:27:41 -08:00
parent b0c5a07b0f
commit 53b298419c
3 changed files with 5 additions and 3 deletions

View file

@ -205,6 +205,7 @@
"action.startRadio": "Start Radio", "action.startRadio": "Start Radio",
"action.goToArtist": "Go to Artist", "action.goToArtist": "Go to Artist",
"action.goToAlbum": "Go to Album", "action.goToAlbum": "Go to Album",
"action.showInPlaylist": "Show in Playlist",
"action.moveToTop": "Move out of Folder", "action.moveToTop": "Move out of Folder",
"action.share": "Share", "action.share": "Share",
"action.rename": "Rename", "action.rename": "Rename",

View file

@ -205,6 +205,7 @@
"action.startRadio": "Start Radio", "action.startRadio": "Start Radio",
"action.goToArtist": "Go to Artist", "action.goToArtist": "Go to Artist",
"action.goToAlbum": "Go to Album", "action.goToAlbum": "Go to Album",
"action.showInPlaylist": "Show in Playlist",
"action.moveToTop": "Move out of Folder", "action.moveToTop": "Move out of Folder",
"action.share": "Share", "action.share": "Share",
"action.rename": "Rename", "action.rename": "Rename",

View file

@ -305,19 +305,19 @@
.menu-panel-body { .menu-panel-body {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
background: rgb(38 38 38); background: #262626;
position: relative; position: relative;
min-width: 200px; min-width: 200px;
box-shadow: var(--ciderShadow-Generic); box-shadow: var(--ciderShadow-Generic);
border-radius: var(--mediaItemRadius); border-radius: var(--mediaItemRadius);
overflow: hidden; overflow: hidden;
font-size: 14px; font-size: 13px;
.menu-option { .menu-option {
text-align: left; text-align: left;
display: flex; display: flex;
width: 100%; width: 100%;
padding: 10px 16px; padding: 9px 16px;
appearance: none; appearance: none;
border: 0px; border: 0px;
font: inherit; font: inherit;