mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove browse option from browser receiver selector and compact styling
This commit is contained in:
@@ -160,16 +160,6 @@ class PopupApp extends Component<{}, PopupAppState> {
|
||||
& ReceiverSelectorMediaType.Screen) }>
|
||||
{ _("popupMediaTypeScreen") }
|
||||
</option>
|
||||
<option disabled>
|
||||
─────
|
||||
</option>
|
||||
<option value={ ReceiverSelectorMediaType.File }
|
||||
disabled={ !(this.state.availableMediaTypes
|
||||
& ReceiverSelectorMediaType.File) }>
|
||||
{ this.state.filePath
|
||||
? truncatedFileName!
|
||||
: _("popupMediaTypeFile") }
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div className="media-select__label-to">
|
||||
|
||||
@@ -38,6 +38,8 @@ body {
|
||||
}
|
||||
|
||||
.media-select__dropdown {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user