From bbcae675624ad0daf4bc3bb4ccc4d7b7ce059f86 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Sun, 27 Nov 2022 21:52:23 +0800 Subject: [PATCH] fix: video beyond the interface --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 7e206a8..45a87bc 100644 --- a/style.css +++ b/style.css @@ -949,6 +949,10 @@ ol { word-break: break-word; } +.k-main .details .article .content video { + width: 100%; +} + .k-main .details .article .content::after, .k-main .details .article .content p::after { clear: both;