fix: blur on toolbox background
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s

This commit is contained in:
Shinuwa 2026-07-22 16:30:12 +02:00
parent d6235c6f44
commit 15a904c008
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,5 @@
@use "mixins";
.mhwilds-home-grid {
display: grid;
grid-template-columns: repeat(2, minmax(240px, 380px));

View file

@ -63,7 +63,6 @@
position: fixed;
inset: 0 0 0 auto;
z-index: 50;
contain: paint;
width: min(720px, 94vw);
min-width: 360px;
max-width: 94vw;
@ -77,8 +76,8 @@
rgba(196, 181, 253, 0.72)
) left top / 1px 100% no-repeat,
rgba(7, 9, 19, 0.82);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
box-shadow:
inset 8px 0 18px rgba(139, 92, 246, 0.08),
var(--shadow-lg);