From c96f3e1bc05030dc695c36a6f328fd1e517cd0b0 Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 28 Jun 2020 05:44:04 +0100 Subject: [PATCH] Remove browse option from browser receiver selector and compact styling --- ext/src/ui/popup/index.tsx | 10 ---------- ext/src/ui/popup/styles/index.css | 2 ++ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/ext/src/ui/popup/index.tsx b/ext/src/ui/popup/index.tsx index d463182..6158af1 100755 --- a/ext/src/ui/popup/index.tsx +++ b/ext/src/ui/popup/index.tsx @@ -160,16 +160,6 @@ class PopupApp extends Component<{}, PopupAppState> { & ReceiverSelectorMediaType.Screen) }> { _("popupMediaTypeScreen") } - -
diff --git a/ext/src/ui/popup/styles/index.css b/ext/src/ui/popup/styles/index.css index 99ecdcc..aa8d588 100755 --- a/ext/src/ui/popup/styles/index.css +++ b/ext/src/ui/popup/styles/index.css @@ -38,6 +38,8 @@ body { } .media-select__dropdown { + padding-top: 0; + padding-bottom: 0; display: inline-block; }