From ef8aca3476a6745cdccec85f35eb5a5f06221d48 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 27 Jul 2021 17:38:30 +0500 Subject: [PATCH] styles: add special styles for Safari --- src/components/Player/player.css | 1 + src/views/HomeView/HomeView.css | 2 ++ 2 files changed, 3 insertions(+) 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; }