tweak composer modal background

This commit is contained in:
ari melody 2025-01-19 21:54:07 +00:00
parent 6fb587b8c1
commit 4115290311
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -55,8 +55,8 @@
left: 0; left: 0;
z-index: 100; z-index: 100;
background-color: rgba(0,0,0,0.2); background-color: rgba(0,0,0,0.5);
backdrop-filter: blur(32px) saturate(1.25); backdrop-filter: blur(10px) saturate(1.25);
user-select: none; user-select: none;
animation: modal_bg .15s cubic-bezier(0.22, 1, 0.36, 1); animation: modal_bg .15s cubic-bezier(0.22, 1, 0.36, 1);
@ -75,10 +75,12 @@
background-color: rgba(0,0,0,0); background-color: rgba(0,0,0,0);
backdrop-filter: blur(0px) saturate(1.0); backdrop-filter: blur(0px) saturate(1.0);
} }
/*
to { to {
background-color: rgba(0,0,0,0.2); background-color: rgba(0,0,0,0.5);
backdrop-filter: blur(32px) saturate(1.25); backdrop-filter: blur(10px) saturate(1.25);
} }
*/
} }
@keyframes modal_pop_up { @keyframes modal_pop_up {
@ -92,4 +94,4 @@
transform: translateY(0px) scale(1); transform: translateY(0px) scale(1);
} }
} }
</style> </style>