From a135ee5a3443a05dbe4634163ca5a70033fb131b Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 6 Jun 2026 01:05:09 -0400 Subject: [PATCH] fix: individual frosted glass per cell, only outer corners rounded Top bar: rounded-t-2xl. Left: rounded-bl-2xl. Right: rounded-br-2xl. Bottom: rounded-b-2xl. Center stays transparent. Frame look, no blur bleed. --- frontend/src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 45186fe..efe85c2 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 ── */} -
+
@@ -149,7 +149,7 @@ export default function App() {
{/* ── Center: transparent for Live2D ── */} -
+
{/* ── Right sidebar ── */} -
+
@@ -171,7 +171,7 @@ export default function App() {
{/* ── Bottom status bar ── */} -
+