add file search and some fixes and bugs

This commit is contained in:
smanylov
2026-01-27 19:52:01 +07:00
parent 1db333a21b
commit 9a6491b76b
14 changed files with 1205 additions and 127 deletions
+11 -1
View File
@@ -158,7 +158,12 @@
color: v.$white;
border: 2px solid transparent;
&:hover {
&:disabled {
background: linear-gradient(135deg, v.$p-color-disabled, v.$s-color-disabled);
cursor: default;
}
&:hover:not(:disabled) {
transform: translateY(-2px);
box-shadow: 0 8px 25px v.$shadow-1;
}
@@ -260,6 +265,11 @@
color: v.$text-p;
border-radius: 20px;
box-shadow: 0px 4px 20px v.$shadow-1;
&:has(.modal-window-view-file) {
padding: 0;
background: transparent;
}
}
}