From 382b026c040fa4f95991d084ddc95f80dd57b725 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 22 Jun 2025 01:50:15 +0900 Subject: [PATCH] fix --- my-blog/static/css/style.css | 3 ++- oauth/src/App.css | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/my-blog/static/css/style.css b/my-blog/static/css/style.css index 33adc7f..3bcbe9d 100644 --- a/my-blog/static/css/style.css +++ b/my-blog/static/css/style.css @@ -202,12 +202,13 @@ a.view-markdown:any-link { grid-area: main; max-width: 1000px; margin: 0 auto; - /* padding: 24px; */ + padding: 0px; width: 100%; } @media (max-width: 1000px) { .main-content { + padding: 0px; max-width: 100%; } } diff --git a/oauth/src/App.css b/oauth/src/App.css index 559e62e..03439b4 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -262,6 +262,24 @@ body { cursor: not-allowed; } +.main-content { + grid-area: main; + max-width: 1000px; + margin: 0 auto; + padding: 0px; + width: 100%; +} + +@media (max-width: 1000px) { + .main-content { + padding: 0px !important; + margin: 0px !important; + max-width: 100% !important; + width: 100% !important; + overflow-x: hidden !important; + } +} + /* Bluesky Footer */ .bluesky-footer { text-align: center; @@ -737,7 +755,7 @@ body { padding: 0 !important; margin: 0 !important; } - + /* OAuth app mobile fixes - prevent overflow and content issues */ .oauth-app-header { padding: 0px !important;