mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Fixed the skip intro button alignment according to Jellyfin version 10.10.7
This commit is contained in:
@@ -2784,19 +2784,20 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skip-button-container {
|
||||||
|
bottom: 25%;
|
||||||
|
}
|
||||||
|
|
||||||
.skip-button {
|
.skip-button {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
bottom: 25%;
|
margin-right: var(--sidePadding);
|
||||||
right: var(--sidePadding);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this workaround allows the skip button get focused correctly on TVs using remote navigation*/
|
/* this allows the skip button get focused correctly on TVs using remote navigation; needs 10.10.7*/
|
||||||
/* issue: back button can no longer be focused correctly when this button is focused,
|
|
||||||
but that is a non-issue because users can use the back button on their remotes */
|
|
||||||
.layout-tv .skip-button {
|
.layout-tv .skip-button {
|
||||||
right: unset;
|
margin-right: auto;
|
||||||
left: var(--sidePadding);
|
margin-left: var(--sidePadding);
|
||||||
}
|
}
|
||||||
|
|
||||||
.skip-button:hover {
|
.skip-button:hover {
|
||||||
|
Reference in New Issue
Block a user