From 909cc1941b53034350efc67fb292a46c78d3ba38 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 21 May 2024 16:21:07 -0400 Subject: [PATCH] added RoundedEmbeds --- Snippets/RoundedEmbeds.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Snippets/RoundedEmbeds.css 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; + }