amora icon indicating copy to clipboard operation
amora copied to clipboard

Don't hardcode CSS styling for window layout on UI

Open kiritsuku opened this issue 9 years ago • 1 comments

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.

kiritsuku avatar Feb 01 '16 23:02 kiritsuku

I found the bulma library, which seems to do what I need.

kiritsuku avatar Feb 01 '16 23:02 kiritsuku