fix(embed): resolved embed width

pull/1049/head
trashtemp 2022-01-13 22:52:52 +01:00
parent 1bac372c4c
commit 65b6434335
1 changed files with 1 additions and 0 deletions

View File

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