diff --git a/src/renderer/app.tsx b/src/renderer/app.tsx index 85c95774..4505a495 100644 --- a/src/renderer/app.tsx +++ b/src/renderer/app.tsx @@ -190,7 +190,16 @@ export const App = () => { return ( - + diff --git a/src/renderer/features/player/components/center-controls.tsx b/src/renderer/features/player/components/center-controls.tsx index d24710b2..e2bb6328 100644 --- a/src/renderer/features/player/components/center-controls.tsx +++ b/src/renderer/features/player/components/center-controls.tsx @@ -113,7 +113,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => { return ( <> -
+
} diff --git a/src/shared/components/toast/toast.module.css b/src/shared/components/toast/toast.module.css index 8f14addf..bb511eb2 100644 --- a/src/shared/components/toast/toast.module.css +++ b/src/shared/components/toast/toast.module.css @@ -1,5 +1,4 @@ .root { - bottom: 90px; background-color: var(--theme-colors-surface); }