sylvainjule / kirby-embed

Embed field for Kirby 3 and 4.
74 stars 3 forks source link

[K4] 4.0 Compatibility #20

Closed afbora closed 6 months ago

afbora commented 9 months ago

Minor UI issue for K4

screen-capture-1764-Test - Mægazine-plugins test

Kirby 4.0.0-rc.4 PHP 8.1.23

mrflix commented 9 months ago

The UI breaks because the main selector for all the styling doesn't match any longer:

.k-input[data-theme="field"][data-type="embed"]

I successfully replaced it with the following selector:

.k-embed-field

sylvainjule commented 6 months ago