From 8dc70976034da370d2e3b6116c0000b93588bb67 Mon Sep 17 00:00:00 2001 From: jlightner Date: Mon, 30 Mar 2026 06:40:58 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Added=20overflow-x:hidden=20to=20html/bo?= =?UTF-8?q?dy,=20fixed=20mobile=20overflow=20on=20mod=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "frontend/src/App.css" - "frontend/index.html" GSD-Task: S02/T02 --- frontend/index.html | 3 ++- frontend/src/App.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 2bbac33..bd904b8 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,8 @@ - Chrysopedia Admin + + Chrysopedia
diff --git a/frontend/src/App.css b/frontend/src/App.css index 5ec1ae6..31a9815 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -128,6 +128,11 @@ padding: 0; } +html, +body { + overflow-x: hidden; +} + body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; @@ -442,6 +447,9 @@ body { .mode-toggle__label { color: var(--color-text-on-header-label); white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 6rem; } .mode-toggle__switch { @@ -736,6 +744,7 @@ body { .app-header__right { width: 100%; justify-content: space-between; + flex-wrap: wrap; } } @@ -1872,6 +1881,8 @@ body { .creator-row__stats { margin-left: 0; + white-space: normal; + flex-wrap: wrap; } .creators-browse__title,