Files
bobbie-vault/.obsidian/snippets/base-no-toolbar.css
2026-03-02 17:06:32 +00:00

4 lines
146 B
CSS

/* Hides the toolbar only when you add |no-toolbar to the link */
.bases-embed[alt~="no-toolbar"] .bases-toolbar {
display: none !important;
}