diff --git a/src/App.css b/src/App.css index 1ce6bb5..004e52f 100644 --- a/src/App.css +++ b/src/App.css @@ -134,6 +134,7 @@ button{ flex-direction: row; flex-wrap: nowrap; position: relative; + height: 30%; } .sp-mixer-buttons-backdrop { @@ -150,3 +151,12 @@ button{ border: 1px solid black; z-index: 100; } + +.mediaButtons { + height: 50%; + overflow: hidden; +} + +.player{ + height: 20%; +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 343db4a..b383143 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -34,7 +34,7 @@ const App: React.FC = () => { } else { return (