Don’t know which of ariehen’s snippets you’re using, but this method was and still is working:
:is(
.bases-no-toolbar,
.bases-embed[alt~="no-toolbar"]
) .bases-toolbar-item {
display: none;
}
Type “no-toolbar” in the embed alt-text:
![[example.base|no-toolbar]]
Or type “bases-no-toolbar” in the note’s cssclasses:
---
cssclasses:
- bases-no-toolbar
---
Or change the key phrases to something you like better.