css tweaks
This commit is contained in:
parent
8eef94c68c
commit
e3f6ab2935
|
@ -1054,10 +1054,13 @@ dialog .actions {
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-card img {
|
.download-card img {
|
||||||
max-width: 200px;
|
max-width: 30rem;
|
||||||
max-height: 100%;
|
max-height: 50rem;
|
||||||
margin-left: auto;
|
}
|
||||||
margin-right: auto;
|
|
||||||
|
.download-card video {
|
||||||
|
max-width: 30rem;
|
||||||
|
max-height: 50rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-card .progress-container {
|
.download-card .progress-container {
|
||||||
|
|
Loading…
Reference in New Issue