mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Merge branch 'MDL-56938-master-fix1' of http://github.com/damyon/moodle
This commit is contained in:
commit
e122972d3f
@ -6,10 +6,14 @@
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mediaplugin,
|
||||
.mediaplugin video {
|
||||
/* Make videos as wide as possible without being wider than their containers */
|
||||
width: 100vw;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.mediaplugin > div {
|
||||
|
Loading…
x
Reference in New Issue
Block a user