diff options
author | Yonle <yonle@lecturify.net> | 2023-07-21 10:37:34 +0700 |
---|---|---|
committer | Yonle <yonle@lecturify.net> | 2023-07-21 11:32:24 +0700 |
commit | 11aafbc46f37b7c299a03a421a646cbcab8d5b79 (patch) | |
tree | 4a4ef97972704db656dbea3a916b1a9631c8cf8d | |
parent | 4823f2008526a1545e6a9abdccff1a54a5268b93 (diff) |
default css: Set max width for video attachment
Signed-off-by: Yonle <yonle@lecturify.net>
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 7b4839d..ffb14cd 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,5 +1,5 @@ body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em } -img { max-width: 100% } +.snac-embedded-video, img { max-width: 100% } .snac-origin { font-size: 85% } .snac-score { float: right; font-size: 85% } .snac-top-user { text-align: center; padding-bottom: 2em } |