Rework /get web endpiont

This commit is contained in:
IgorVolochay
2026-01-06 18:15:40 +03:00
parent 6920ff381c
commit 6e7741c946
2 changed files with 42 additions and 4 deletions
+4
View File
@@ -137,6 +137,7 @@ button:disabled {
text-decoration: none;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
font-family: inherit;
}
.download-button:hover {
@@ -144,3 +145,6 @@ button:disabled {
box-shadow: 0 16px 32px -24px rgba(99, 102, 241, 0.8);
}
.download-button:active {
transform: translateY(0);
}