mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-06 00:22:39 +02:00
Apply min width to element triggering rmlui assert
This commit is contained in:
@@ -1656,6 +1656,7 @@ scrollbarhorizontal sliderbar {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: 268dp;
|
||||
min-width: 1dp;
|
||||
height: 128dp;
|
||||
margin-right: 10dp;
|
||||
}
|
||||
|
@@ -342,6 +342,8 @@ $stick-size: 200;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
width: space(268);
|
||||
// WORKAROUND FIX: prevents RMLui assert error
|
||||
min-width: 1dp;
|
||||
height: space(128);
|
||||
margin-right: space(10);
|
||||
}
|
||||
|
Reference in New Issue
Block a user