Skip to content

Commit ebd1c6a

Browse files
committed
update lucidnft
1 parent 7b3a4bd commit ebd1c6a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

LucidNFT/styles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ body {
255255
position: relative;
256256
border-radius: 12px;
257257
overflow: visible; /* allow thumbnail to float/zoom like UltraFlux */
258+
transform: translateY(0) scale(1);
259+
transform-origin: center;
260+
transition: transform 0.25s ease, box-shadow 0.25s ease;
258261
}
259262

260263
.lq-thumb {
@@ -280,9 +283,14 @@ body {
280283
pointer-events: auto;
281284
}
282285

286+
.lq-card:hover .lq-media,
287+
.lq-card:focus-visible .lq-media {
288+
transform: translateY(-3px) scale(1.8);
289+
z-index: 5;
290+
}
291+
283292
.lq-card:hover .lq-thumb,
284293
.lq-card:focus-visible .lq-thumb {
285-
transform: translateY(-3px) scale(1.8);
286294
box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
287295
z-index: 5;
288296
}

0 commit comments

Comments
 (0)