mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #1187 auto-insert <audio> and <video> tags for appropriate attachments
This commit is contained in:
parent
023081019d
commit
e65b1caf3c
3 changed files with 34 additions and 18 deletions
|
|
@ -38,13 +38,13 @@ a img {
|
|||
line-height: @default_line_height;
|
||||
}
|
||||
}
|
||||
img {
|
||||
img, video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@media screen {
|
||||
img {
|
||||
img, video {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue