Closed raaymax closed 1 month ago
You may be able to change src/ui/src/core_components/base/BaseContainer.vue
to map on css class instead of style. Unfortunattely, you still need !important
flag due to the way style scope definition are working. I think It's link to this one : https://github.com/streamsync-cloud/streamsync/issues/97
There is no way of setting
align-items
style property (without!important
) for horizontal stack because it's set instyle=""
property of html element. It would be nice to have ability to adjust this style with UI or with CSS.