mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix up now playing page
This commit is contained in:
parent
33393e6e03
commit
521e963e70
15 changed files with 133 additions and 58 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.32",
|
||||
"_release": "1.4.32",
|
||||
"version": "1.4.33",
|
||||
"_release": "1.4.33",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.32",
|
||||
"commit": "426134a6a3e7ac58f429862eb998e0f20c23e38f"
|
||||
"tag": "1.4.33",
|
||||
"commit": "e78684c1db2e30856c4a16ac24a49d4aae625e56"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -26,7 +26,7 @@ button.alphaPickerButton {
|
|||
}
|
||||
|
||||
.vertical .alphaPickerButton {
|
||||
padding: .25em .3em !important;
|
||||
padding: .25em .4em !important;
|
||||
}
|
||||
|
||||
.layout-desktop .alphaPickerButton {
|
||||
|
|
|
@ -123,6 +123,10 @@
|
|||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
[is=paper-icon-button-light][disabled] {
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
.layout-tv [is=paper-icon-button-light] {
|
||||
width: 4vh;
|
||||
height: 4vh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue