diff --git a/src/renderer/App.css b/src/renderer/App.css index e58e97e..c1d8a1f 100644 --- a/src/renderer/App.css +++ b/src/renderer/App.css @@ -145,7 +145,7 @@ button.selected { } .subtitle-list { - max-height: 200px; + height: 200px; overflow-y: scroll; } @@ -200,6 +200,14 @@ button.selected { } } +.subtitle-window table td:nth-child(2) { + width: 250px; +} + +.subtitle-window input { + width: 100%; +} + .video-list-element { border: 1px solid transparent; border-radius: 10px; diff --git a/src/renderer/App.jsx b/src/renderer/App.jsx index 85ab80e..2fd4a4f 100644 --- a/src/renderer/App.jsx +++ b/src/renderer/App.jsx @@ -85,7 +85,8 @@ let App = (props) => { {interstitialState.message} {!location.pathname.includes(`/create`) && - !location.pathname.includes(`/batch`) ? ( + !location.pathname.includes(`/batch`) && + !location.pathname.includes(`edit`) ? (