Constrained video size
This commit is contained in:
parent
8e077b8ac8
commit
2670f8d61a
@ -206,6 +206,9 @@ INPUT[type=checkbox] {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
A, A:visited {
|
A, A:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -238,6 +241,10 @@ TABLE.horizontal TH {
|
|||||||
.resource-player {
|
.resource-player {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
max-width: 640px;
|
||||||
|
max-height: 640px;
|
||||||
|
margin: 5px;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dz-clickable {
|
.dz-clickable {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user