diff --git a/Snippets/RoundedEmbeds.css b/Snippets/RoundedEmbeds.css new file mode 100644 index 0000000..9e08032 --- /dev/null +++ b/Snippets/RoundedEmbeds.css @@ -0,0 +1,8 @@ +#app-mount .embedFull__14919 { + border: 3px solid; + border-radius: 15px; + cursor: default; + border-color: inherit; + overflow: hidden; + z-index: 0; + }