From 471bda7fcb74ce9f6a5a15a31e6af284db977e47 Mon Sep 17 00:00:00 2001 From: Shi Yan Date: Sun, 4 Aug 2024 00:06:46 -0500 Subject: [PATCH] update video style --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index 59418ee..da6a161 100644 --- a/style.css +++ b/style.css @@ -506,4 +506,18 @@ code { border-left-style: solid; border-left-width: 2px; border-left-color: var(--normal-text-color); +} + +.video { + /*margin-left: auto; + margin-right: auto; + display: block; + max-width: 100%;*/ + position: absolute; + top: 0; + left: 0; + right: 0; + width: 100%; + height: 100%; + border: none; } \ No newline at end of file