fix(embed): resolved embed width

This commit is contained in:
trashtemp
2022-01-13 22:52:52 +01:00
parent 6aaabb4815
commit b93f274db5

View File

@@ -4,6 +4,7 @@
iframe {
border: none;
border-radius: var(--border-radius);
width: 100%;
}
&.image {