FIX - give Control Center an opaque backdrop

Replace the scene-dependent background with a stable layered material and keep the control panel above it. Performance mode now uses the same readable fallback without relying on blur.
This commit is contained in:
Leon.Schmidt
2026-08-15 20:04:34 +02:00
parent 47778c70e6
commit f6fb680fbd
2 changed files with 18 additions and 5 deletions
+3 -1
View File
@@ -446,7 +446,9 @@ button {
box-shadow: none;
}
.phone-app--performance .control-center__backdrop {
background: rgb(20 20 24 / 92%);
background:
radial-gradient(circle at 16% 12%, rgb(77 96 135 / 20%), transparent 46%),
linear-gradient(180deg, #191b23 0%, #11131a 100%) !important;
}
.phone-app--performance .app-dock {
background-color: rgb(38 38 46 / 92%);