diff --git a/src/components/Player/player.css b/src/components/Player/player.css index 18740a5..9c3671a 100644 --- a/src/components/Player/player.css +++ b/src/components/Player/player.css @@ -19,6 +19,7 @@ background-color: var(--bg-color); border: var(--border-width) solid var(--main-color); padding: var(--inner-padding); + margin: 0; margin-top: var(--input-box-margin); } diff --git a/src/views/HomeView/HomeView.css b/src/views/HomeView/HomeView.css index a81420c..e989256 100644 --- a/src/views/HomeView/HomeView.css +++ b/src/views/HomeView/HomeView.css @@ -17,6 +17,8 @@ .view.home select { cursor: pointer; appearance: none; + -webkit-appearance: none; + border-radius: 0; width: 200px; }