PerplexDigital / Perplex.ContentBlocks

Block based content editor for Umbraco
MIT License
31 stars 15 forks source link

Feature/splitview style fixes #49

Closed bramdoppen closed 3 years ago

bramdoppen commented 3 years ago
PerplexDaniel commented 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:

image

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.