mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(embed): resolved embed width
This commit is contained in:
parent
6aaabb4815
commit
b93f274db5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.image {
|
&.image {
|
||||||
|
|
Loading…
Reference in a new issue