fix: widen final phone gutter

This commit is contained in:
OpenClaw Bot
2026-05-09 20:36:35 +02:00
parent 982cdff652
commit 5909337f64
+7
View File
@@ -1198,3 +1198,10 @@ body {
margin-right: 0;
}
}
/* Conservative final mobile gutter: avoid any perceived right-edge clipping. */
@media (max-width: 520px) {
.app-shell {
width: min(100% - 4rem, 100%);
}
}