From e5ce2152fc1518e2ca11bc4c0894fce6391f6010 Mon Sep 17 00:00:00 2001 From: UnitedAirforce Date: Thu, 19 Jun 2025 16:33:36 +0800 Subject: [PATCH] addn features --- files/profile.html | 32 ++++++++++++++++++++++++++++++++ files/style.css | 6 ++++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/files/profile.html b/files/profile.html index 7d6b7bc..c6943ef 100644 --- a/files/profile.html +++ b/files/profile.html @@ -50,6 +50,38 @@ +
+
+ +
+ + +
+
+
+
+ +
+ + +
+
+ +
+ + +
diff --git a/files/style.css b/files/style.css index 54b524b..0a5a72d 100644 --- a/files/style.css +++ b/files/style.css @@ -75,9 +75,11 @@ body { font-family: Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,Meiryo,Helvetica,Arial,sans-serif; font-size: 34pt; line-height: 36pt; + overflow-x: hidden; + overscroll-behavior-x: none; } -html{ - overscroll-behavior: none; +html { + overscroll-behavior-x: none; } .d_bl{display:block;} .a_left{text-align:left;}