aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/Settings.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 08:04:15 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 08:04:15 -0800
commitc41af66cbb76c4c49269753d981b99905a679437 (patch)
tree46ba27877b73ee41a4c125c88c9bc9360811ce0c /frontend/src/components/Settings.css
parent6e28d1530aa08b878f5082bbcd85a95f84f830e8 (diff)
downloadneko-c41af66cbb76c4c49269753d981b99905a679437.tar.gz
neko-c41af66cbb76c4c49269753d981b99905a679437.tar.bz2
neko-c41af66cbb76c4c49269753d981b99905a679437.zip
Fix horizontal scrolling on iPad and improve mobile responsiveness
Diffstat (limited to 'frontend/src/components/Settings.css')
-rw-r--r--frontend/src/components/Settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Settings.css b/frontend/src/components/Settings.css
index daf7a7e..ae43be4 100644
--- a/frontend/src/components/Settings.css
+++ b/frontend/src/components/Settings.css
@@ -159,7 +159,7 @@
gap: 2rem;
}
-@media (max-width: 600px) {
+@media (max-width: 768px) {
.settings-page.variant-glass {
padding: 1.5rem;
margin-top: 1rem;