diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 036325b6..95a2e860 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -317,7 +317,7 @@ "menubar.options.toggledevtools": "Toggle Developer Tools", "menubar.options.window": "Window", "menubar.options.minimize": "Minimize", - "menubar.options.plugins": "Plu-gins Menu", + "menubar.options.plugins": "Plugins Menu", "menubar.options.controls": "Controls", "menubar.options.volumeup": "Volume Up", "menubar.options.volumedown": "Volume Down", diff --git a/src/renderer/style.less b/src/renderer/style.less index 3256db68..3f8c9e5d 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -902,6 +902,7 @@ input[type="range"].web-slider::-webkit-slider-runnable-track { > ._svg-icon { --size: var(--iconSize); + flex-shrink: 0; } }