You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
457 B
26 lines
457 B
2 years ago
|
/**
|
||
|
* Filters
|
||
|
*/
|
||
|
.mediaplugin {
|
||
|
display: block;
|
||
|
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%;
|
||
|
}
|
||
|
|
||
|
.mediaplugin > div {
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
/* Make media plugin behave properly in mod summaries and labels */
|
||
|
.mod-indent-outer .mediaplugin {
|
||
|
display: table-cell;
|
||
|
}
|