2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

UX: Max width of .gifv videos

This commit is contained in:
Robin Ward 2015-01-26 11:00:18 -05:00
parent b3a9f91bd3
commit 30cd341b0d

View file

@ -33,6 +33,12 @@
a { word-wrap: break-word; }
}
.cooked, #wmd-preview {
video {
max-width: 100%;
}
}
// we use aside to hold expandable quotes (versus, say, static blockquotes)
aside.quote {
margin-top: 1em;