4 lines
146 B
CSS
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;
|
|
} |