mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Aligned the skip intro button to the viewport
This commit is contained in:
@@ -2791,6 +2791,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
.skip-button {
|
.skip-button {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
|
bottom: 25%;
|
||||||
|
right: var(--sidePadding);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this workaround allows the skip button get focused correctly on TVs using remote navigation*/
|
/* this workaround allows the skip button get focused correctly on TVs using remote navigation*/
|
||||||
@@ -2799,7 +2801,6 @@ 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;
|
right: unset;
|
||||||
left: var(--sidePadding);
|
left: var(--sidePadding);
|
||||||
bottom: 25%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.skip-button:hover {
|
.skip-button:hover {
|
||||||
|
Reference in New Issue
Block a user