diff --git a/src/elements/emby-select/emby-select.css b/src/elements/emby-select/emby-select.css index b508e5d0e3..b9e0f8fd07 100644 --- a/src/elements/emby-select/emby-select.css +++ b/src/elements/emby-select/emby-select.css @@ -33,12 +33,12 @@ border: 0; } -.selectContainer-inline > .emby-select { +.selectContainer-inline>.emby-select { padding: 0.3em 1.9em 0.3em 0.5em; font-size: inherit; } -.selectContainer-inline > .emby-select[disabled] { +.selectContainer-inline>.emby-select[disabled] { padding-left: 0; padding-right: 0; } @@ -54,7 +54,7 @@ z-index: 1; } -.emby-select + .fieldDescription { +.emby-select+.fieldDescription { margin-top: 0.25em; } @@ -74,12 +74,16 @@ margin-bottom: 0.25em; } -.selectContainer-inline > .selectLabel { +.selectContainer-inline>.selectLabel { margin-bottom: 0; margin-right: 0.5em; flex-shrink: 0; } +.trackSelections>.selectContainer { + margin: 0.4em; +} + .emby-select-withcolor { -webkit-appearance: none; appearance: none; @@ -94,13 +98,13 @@ pointer-events: none; } -.selectContainer-inline > .selectArrowContainer { +.selectContainer-inline>.selectArrowContainer { top: initial; bottom: 0.24em; font-size: 90%; } -.emby-select[disabled] + .selectArrowContainer { +.emby-select[disabled]+.selectArrowContainer { display: none; } @@ -111,4 +115,4 @@ .emby-select-iconbutton { align-self: flex-end; -} +} \ No newline at end of file diff --git a/src/itemdetails.html b/src/itemdetails.html index 72e2bff815..9cc27d03ed 100644 --- a/src/itemdetails.html +++ b/src/itemdetails.html @@ -116,14 +116,14 @@
-
-
+ +
-
+
-
+