Constrained video size
This commit is contained in:
parent
8e077b8ac8
commit
2670f8d61a
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user