mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -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 {
|
||||
border: none;
|
||||
border-radius: var(--border-radius);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.image {
|
||||
|
|
Loading…
Reference in a new issue