mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
adding max-height for embedded video
This commit is contained in:
parent
7069ee16e2
commit
448acc627b
2 changed files with 5 additions and 0 deletions
app/assets/stylesheets/desktop
|
@ -277,6 +277,7 @@
|
|||
cursor: default;
|
||||
video {
|
||||
max-width: 100%;
|
||||
max-height: 500px;
|
||||
height: auto;
|
||||
}
|
||||
audio {
|
||||
|
|
|
@ -510,6 +510,10 @@ iframe {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from {opacity: 0;}
|
||||
to {opacity: 1;}
|
||||
|
|
Loading…
Add table
Reference in a new issue