From 878f8ab3f21960bcb345c03cc8498a030d5bc3cc Mon Sep 17 00:00:00 2001 From: Shanshuimei <1316317715@qq.com> Date: Tue, 4 Feb 2025 12:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.history/=20=E7=9B=AE=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20styles.css=20=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=85=A8=E5=AE=BD=E5=92=8C=E9=9A=90=E8=97=8F=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- styles.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67f6f85..8669424 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /CODE_OF_CONDUCT.md -/main.js \ No newline at end of file +/main.js +.history/ \ No newline at end of file diff --git a/styles.css b/styles.css index 2cdd08d..4310c81 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,9 @@ If your plugin does not need CSS, delete this file. */ .timeline-container { + width: 100%; + max-width: 100%; + overflow-x: hidden; padding: 20px 20px 20px 100px; position: relative; }