Thomas Günther
Thomas Günther
I had a look at the way the blurry SVG is generated. In addition to the self-explanatory gaussian blur there's also a `feFuncA` which essentially eliminates the transparent areas on...
Depending on the project it might make sense to add a white background behind images via a feFlood filter instead: ```svg ```
I can't seem to reconstruct this issue. But can you try to set `z-index: 1` and `position: relative` on the `.tab-container` and `z-index: 2` on the `.tab-container.active`? EDIT: I've added...
@rasteiner Did you find time to having a look at it yet?
I'm not sure if we can even fix this on the Tabs Field, it may be an issue with the markdown field itself. If you remove the tabs from your...
I think I have found a solution and added a pull request: https://github.com/afbora/Kirby-Tabs-Field/pull/19 By moving the inactive tabs outside of the viewport with `transform: translateX(-9999px)` the Visual Markdown Editor won't...
I added a pull request with this functionality. Could you test this @samnabi? Thanks a lot.
I think this happens when having another plugin installed as I still can't reproduce it. Could you try disabling your installed plugins? That way I can probably debug it.
Great input, thanks for that! On the one hand I think editor blocks can totally look different in the backend — especially if it's easier to edit. On the other...
@cajames That's awesome! You even added a perfect German translation 👏 Do you think it would be easily possible to make the default (auto layout true or auto layout false)...