Constrained video size

This commit is contained in:
Tris 2020-10-07 10:23:24 +11:00
parent 8e077b8ac8
commit 2670f8d61a

View File

@ -206,6 +206,9 @@ INPUT[type=checkbox] {
border-radius: 5px;
}
.text-center {
text-align: center;
}
A, A:visited {
text-decoration: none;
@ -238,6 +241,10 @@ TABLE.horizontal TH {
.resource-player {
width: 100%;
border-radius: 10px;
max-width: 640px;
max-height: 640px;
margin: 5px;
border: 1px solid var(--border-color);
}
.dz-clickable {