From ff8e5fc7bfba0ba1dbc58da01757a344987f221a Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sat, 13 Apr 2024 11:11:43 +0800 Subject: [PATCH] :lipstick: Style: update comment iframe width --- assets/css/_partials/_single/_comment.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/_partials/_single/_comment.scss b/assets/css/_partials/_single/_comment.scss index 1eb452f0..cc3ee270 100644 --- a/assets/css/_partials/_single/_comment.scss +++ b/assets/css/_partials/_single/_comment.scss @@ -1,4 +1,8 @@ >#comments { padding: 2rem 0; @extend .print-d-none; + + iframe { + width: 100%; + } }