mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +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);
|
||||
}
|
||||
|
||||
[dir=ltr] .upNextContainer {
|
||||
margin: 2em;
|
||||
box-sizing: border-box;
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
.upNextContainer .btnStartNow {
|
||||
background-color: var(--btnSubmitColor);
|
||||
border-color: var(--btnSubmitBorderColor);
|
||||
}
|
||||
|
||||
.upNextDialog-title {
|
||||
white-space: wrap;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.upNextDialog-buttons {
|
||||
width: unset;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.upNextContainer .upNextDialog-countdownText {
|
||||
color: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user