another CSS Fix

This commit is contained in:
biglyderv 2024-09-20 16:51:44 -04:00
parent b89209fa5a
commit ab18ad9ec9
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

@ -122,7 +122,7 @@ form {
video { video {
width: 900px; width: 900px;
max-width: 90vw; max-width: 90vmin;
} }
.video img { .video img {
@ -165,7 +165,7 @@ textarea {
position: relative; position: relative;
top: -40px; top: -40px;
width: 893px; width: 893px;
max-width: 89vw; max-width: 89vmin;
} }
.progressbar>div { .progressbar>div {