mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge branch 'add-audio-onebox' of git://github.com/jamesaanderson/discourse into jamesaanderson-add-audio-onebox
Conflicts: app/assets/stylesheets/application/compose.css.scss app/assets/stylesheets/application/topic-post.css.scss
This commit is contained in:
@@ -299,10 +299,15 @@
|
||||
webkit-border-radius: 4px;
|
||||
ms-border-radius: 4px;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
audio {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
#wmd-preview {
|
||||
border: 1px dashed $gray;
|
||||
|
||||
@@ -534,6 +534,10 @@
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
audio {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.topic-body {
|
||||
position: relative;
|
||||
.contents {
|
||||
|
||||
Reference in New Issue
Block a user