Bugfix: width for media & iframes

This commit is contained in:
DarkCat09 2023-08-16 11:32:42 +04:00
parent 7011594d12
commit db74607922
No known key found for this signature in database
GPG Key ID: 4785B6FB1C50A540

View File

@ -55,3 +55,12 @@ table {
max-width: 100%; max-width: 100%;
overflow-x: auto; overflow-x: auto;
} }
img, picture, video {
max-width: 100%;
height: auto;
}
frame, iframe {
max-width: 100%;
}