Closed bramdoppen closed 3 years ago
Buttons in splitview + sticky preview bar look good in Chrome (87.0.4280.88)!
However, I noticed the layout div is now very narrow. Layout names cannot really be displayed anymore and it looks bad when the layout name is fairly long:
You changed 20rem
to 200px
but this does not work. 20rem
translates to 320px
when I just checked.
Preferably we actually fix it with some flexbox magic without hardcoded widths if possible.