diff --git a/src/App.css b/src/App.css index e354c5a..1f8f529 100644 --- a/src/App.css +++ b/src/App.css @@ -25,6 +25,8 @@ display: flex; flex-direction: column; height: 100%; + margin-left: .5%; + margin-right: .5%; } .sp { @@ -116,3 +118,8 @@ html, body, #root { button{ background-color: rgb(199, 199, 199); } + +.player div { + height: 16%; + overflow-x: hidden; +} \ No newline at end of file diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 18f5475..f40527b 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -84,9 +84,9 @@ function Player({ id }: { id: number }) { const dispatch = useDispatch(); return ( -