fix(embed): resolved embed width

This commit is contained in:
trashtemp 2022-01-13 22:52:52 +01:00
parent 6aaabb4815
commit b93f274db5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: D1F0DB65081B0FC6

View file

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