diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-20 21:41:24 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | 8fea37cf4445f09e38c30ab173dfc2e0b1970223 (patch) | |
tree | 48164f67cac516b64ab6cef2040c44d2fa56a590 /static/style.css | |
parent | 2e102ba51a9d242cd5a34a866f66359a9b55970b (diff) |
Add rule for <video>
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 3848e60..c796074 100644 --- a/static/style.css +++ b/static/style.css @@ -228,6 +228,10 @@ img { max-width:100%; } +video { + max-width: 100%; +} + .toggler { visibility: hidden; } |