mirror of
https://github.com/friendica/friendica
synced 2025-01-24 22:59:46 +00:00
[frio] Add max-width: 100% for video tags
This commit is contained in:
parent
ce411da958
commit
4ed86adfab
1 changed files with 8 additions and 8 deletions
|
@ -73,7 +73,7 @@ aside hr,
|
||||||
section hr {
|
section hr {
|
||||||
border-color: rgba(238, 238, 238, $contentbg_transp);
|
border-color: rgba(238, 238, 238, $contentbg_transp);
|
||||||
}
|
}
|
||||||
iframe, img {
|
iframe, img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Add table
Reference in a new issue