From 8da7d0bd909b0a96aa7b22428eba631c83d67377 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 6 Jun 2026 01:11:45 -0400 Subject: [PATCH] fix: single rounded-2xl overflow-hidden container clips all cells Remove individual cell rounded corners. Parent grid has rounded-2xl + overflow-hidden for unified frame shape. Each cell still has own bg-white/40 + backdrop-blur-xl. Center cell stays transparent. --- frontend/src/App.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index efe85c2..4a3487e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -116,10 +116,10 @@ export default function App() {
-
+
{/* ── Top bar: scene selector + clock ── */} -
+
{SCENES.map((s) => (
{/* ── Left sidebar ── */} -
+
@@ -162,7 +162,7 @@ export default function App() {
{/* ── Right sidebar ── */} -
+
@@ -171,7 +171,7 @@ export default function App() {
{/* ── Bottom status bar ── */} -
+