possible line fix

This commit is contained in:
itten
2026-08-02 18:04:30 +03:00
parent 99bbe8c9ea
commit fc04b50995
+7 -1
View File
@@ -78,7 +78,13 @@ html, body {
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
position: relative;
overflow: hidden;
transition: background var(--speed) var(--ease);
transform: translateZ(0);
transition: background var(--speed) var(--ease),
box-shadow var(--speed) var(--ease);
}
.compact .transfer-card {
box-shadow: none;
}
/* Photo section ====================================================== */