amora
amora copied to clipboard
Don't hardcode CSS styling for window layout on UI
Right now the layout of how windows can be arranged is hardcoded in CSS, which means that it breaks with deep nesting. I need to find a way to either generate the necessary CSS code on the fly or to define CSS that allows arbitrary nested layouts.
I found the bulma library, which seems to do what I need.