mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 01:03:25 +00:00
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:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user