fix: blur on toolbox background
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s
This commit is contained in:
parent
d6235c6f44
commit
15a904c008
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
@use "mixins";
|
||||||
|
|
||||||
.mhwilds-home-grid {
|
.mhwilds-home-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, minmax(240px, 380px));
|
grid-template-columns: repeat(2, minmax(240px, 380px));
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,6 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0 0 0 auto;
|
inset: 0 0 0 auto;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
contain: paint;
|
|
||||||
width: min(720px, 94vw);
|
width: min(720px, 94vw);
|
||||||
min-width: 360px;
|
min-width: 360px;
|
||||||
max-width: 94vw;
|
max-width: 94vw;
|
||||||
|
|
@ -77,8 +76,8 @@
|
||||||
rgba(196, 181, 253, 0.72)
|
rgba(196, 181, 253, 0.72)
|
||||||
) left top / 1px 100% no-repeat,
|
) left top / 1px 100% no-repeat,
|
||||||
rgba(7, 9, 19, 0.82);
|
rgba(7, 9, 19, 0.82);
|
||||||
backdrop-filter: blur(4px);
|
|
||||||
-webkit-backdrop-filter: blur(4px);
|
-webkit-backdrop-filter: blur(4px);
|
||||||
|
backdrop-filter: blur(4px);
|
||||||
box-shadow:
|
box-shadow:
|
||||||
inset 8px 0 18px rgba(139, 92, 246, 0.08),
|
inset 8px 0 18px rgba(139, 92, 246, 0.08),
|
||||||
var(--shadow-lg);
|
var(--shadow-lg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue