diff --git a/src/lib/components/edra/editor.css b/src/lib/components/edra/editor.css
index 80ae43c..5c2b9b3 100644
--- a/src/lib/components/edra/editor.css
+++ b/src/lib/components/edra/editor.css
@@ -580,7 +580,14 @@ input[type='checkbox'] {
.tiptap .node-image,
.tiptap .node-gallery,
.tiptap .node-audio,
-.tiptap .node-geolocation {
+.tiptap .node-geolocation,
+.tiptap .node-audio-placeholder,
+.tiptap .node-gallery-placeholder,
+.tiptap .node-iframe-placeholder,
+.tiptap .node-video-placeholder,
+.tiptap .node-geolocation-placeholder,
+.tiptap .node-image-placeholder,
+.tiptap .node-urlEmbedPlaceholder {
margin-bottom: 1rem;
margin-left: 2.25rem;
margin-right: 2.25rem;
@@ -609,7 +616,14 @@ input[type='checkbox'] {
.tiptap .node-image,
.tiptap .node-gallery,
.tiptap .node-audio,
- .tiptap .node-geolocation {
+ .tiptap .node-geolocation,
+ .tiptap .node-audio-placeholder,
+ .tiptap .node-gallery-placeholder,
+ .tiptap .node-iframe-placeholder,
+ .tiptap .node-video-placeholder,
+ .tiptap .node-geolocation-placeholder,
+ .tiptap .node-image-placeholder,
+ .tiptap .node-urlEmbedPlaceholder {
margin-left: 2rem;
margin-right: 2rem;
}
diff --git a/src/lib/components/edra/headless/components/AudioPlaceholder.svelte b/src/lib/components/edra/headless/components/AudioPlaceholder.svelte
index 7e6f91d..15f5c31 100644
--- a/src/lib/components/edra/headless/components/AudioPlaceholder.svelte
+++ b/src/lib/components/edra/headless/components/AudioPlaceholder.svelte
@@ -17,37 +17,20 @@
-
-
-
+