better blur

This commit is contained in:
2026-05-23 15:29:50 +02:00
parent 4b50e56eb8
commit 97cc69b337
3 changed files with 35 additions and 9 deletions

View File

@@ -14598,7 +14598,7 @@ body.scroller-active #gchat-reopen-bubble {
font-size: 14px !important;
letter-spacing: 2px !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9) !important;
background: rgba(15, 15, 20, 0.5) !important;
background: rgba(10, 10, 12, 0.65) !important;
pointer-events: none !important;
opacity: 1 !important;
transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
@@ -14617,7 +14617,7 @@ body.scroller-active #gchat-reopen-bubble {
font-size: 14px !important;
letter-spacing: 2px !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9) !important;
background: rgba(15, 15, 20, 0.6) !important;
background: rgba(10, 10, 12, 0.75) !important;
pointer-events: none !important;
opacity: 1 !important;
transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
@@ -14636,9 +14636,9 @@ body.scroller-active #gchat-reopen-bubble {
font-size: 14px !important;
letter-spacing: 2px !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9) !important;
background: rgba(15, 15, 20, 0.45) !important;
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
background: rgba(10, 10, 12, 0.6) !important;
backdrop-filter: blur(28px) !important;
-webkit-backdrop-filter: blur(28px) !important;
pointer-events: none !important;
opacity: 1 !important;
transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
@@ -14657,9 +14657,9 @@ body.scroller-active #gchat-reopen-bubble {
font-size: 14px !important;
letter-spacing: 2px !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9) !important;
background: rgba(15, 15, 20, 0.5) !important;
backdrop-filter: blur(18px) !important;
-webkit-backdrop-filter: blur(18px) !important;
background: rgba(10, 10, 12, 0.65) !important;
backdrop-filter: blur(32px) !important;
-webkit-backdrop-filter: blur(32px) !important;
pointer-events: none !important;
opacity: 1 !important;
transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;