From 2b0606a1d702acaa2a4731021c4034a4a04966d4 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 15 Jun 2025 09:33:02 +0900 Subject: [PATCH] fix css --- my-blog/templates/oauth-assets.html | 4 ++-- oauth/src/App.css | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html index c8f851d..d1e9527 100644 --- a/my-blog/templates/oauth-assets.html +++ b/my-blog/templates/oauth-assets.html @@ -1,3 +1,3 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/oauth/src/App.css b/oauth/src/App.css index 78f6382..152b901 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -199,6 +199,22 @@ .comment-header { padding: 10px !important; } + + /* Fix overflow on article pages */ + article.article-content { + overflow-x: hidden !important; + } + + /* Ensure full width on mobile */ + .app { + max-width: 100vw !important; + } + + /* Fix button overflow */ + button { + max-width: 100%; + white-space: normal; + } } .gacha-section {