css tweaks

This commit is contained in:
Booteille 2024-11-27 05:35:57 +01:00
parent 8eef94c68c
commit e3f6ab2935
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 7 additions and 4 deletions

View File

@ -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 {