default css: Set max width for video attachment

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-07-21 10:37:34 +07:00
parent 4823f20085
commit 11aafbc46f

View File

@ -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 }