fixed zindex thing - brightness was the problem

This commit is contained in:
2024-08-16 21:11:01 +03:00
parent 5a13ddb2ec
commit db37653748
26 changed files with 466 additions and 670 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
align-items: center;
justify-content: space-between;
gap: 10px;
background: var(--background);
background: var(--background-2);
border-radius: 12px;
.image{
@@ -18,14 +18,14 @@
}
&:hover{
filter: brightness(95%);
background: var(--background-3);
.trash-action{
display: block;
}
}
}
.preview-reference{
filter: brightness(97%);
background: var(--background-2);
padding: 10px 20px;
margin-bottom: 4px;
}