mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-22 17:49:34 +00:00
Fix: Updated the Up Next dialog to be more responsive for proper display on portrait orientation
This commit is contained in:
@@ -1760,11 +1760,27 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
color: var(--textColor);
|
color: var(--textColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir=ltr] .upNextContainer {
|
||||||
|
margin: 2em;
|
||||||
|
box-sizing: border-box;
|
||||||
|
max-width: 80vw;
|
||||||
|
}
|
||||||
|
|
||||||
.upNextContainer .btnStartNow {
|
.upNextContainer .btnStartNow {
|
||||||
background-color: var(--btnSubmitColor);
|
background-color: var(--btnSubmitColor);
|
||||||
border-color: var(--btnSubmitBorderColor);
|
border-color: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.upNextDialog-title {
|
||||||
|
white-space: wrap;
|
||||||
|
width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.upNextDialog-buttons {
|
||||||
|
width: unset;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.upNextContainer .upNextDialog-countdownText {
|
.upNextContainer .upNextDialog-countdownText {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user