Tweak spacing for GenericUi inside of ScrollView
This commit is contained in:
parent
d9003ca2d1
commit
83f8c43ae0
|
@ -7,6 +7,12 @@ generic-ui {
|
||||||
layout-type: column;
|
layout-type: column;
|
||||||
row-between: 5px;
|
row-between: 5px;
|
||||||
}
|
}
|
||||||
|
scrollview > vstack > generic-ui {
|
||||||
|
child-space: 5px;
|
||||||
|
|
||||||
|
/* Our scrollview styling will already add some padding here */
|
||||||
|
child-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
generic-ui .row {
|
generic-ui .row {
|
||||||
col-between: 6px;
|
col-between: 6px;
|
||||||
|
|
Loading…
Reference in a new issue