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,