Is it possible to edit the CSS for the pencil edit icon in the visual editor? I have a few full-width components and the pencil icon gets cut-off behind the sidebar menu. I can’t figure how to scoot it over into view.
1 Answer
1I wasn’t able to get any custom CSS in Directus to do the trick, so what I did was make the adjustment on my frontend side. When I’m in the Visual Editor I have query param visual-editing=true included in the URL. I add 24px padding to the left and right of my root element.

Clever! I'll try that out.
– matt