possible line fix
This commit is contained in:
+7
-1
@@ -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 ====================================================== */
|
||||
|
||||
Reference in New Issue
Block a user