commit a94e70911b1d041a268d6f4f2d650777d3e12f2b
Author: tri <tri@thac.loan>
Date: Thu Jan 1 17:17:21 2026 +0700
responsive video & img
diff --git a/src/static/style.css b/src/static/style.css
index 3e0c59f..cde5650 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -29,6 +29,12 @@ body {
color: var(--fg);
}
+video,
+img {
+ max-width: 100%;
+ max-height: 80vh;
+}
+
pre,
code {
font-family: var(--font-family-mono);