this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove transformation css from library-card-selected class

BK610 dc5325a2 5ce42828

+3 -3
+3 -3
styles/globals.css
··· 20 20 } 21 21 22 22 .library-card-selected { 23 - transition-property: rotateX rotateY; 23 + /* transition-property: rotateX rotateY; 24 24 transition-timing-function: ease; 25 25 transition-duration: 150ms; 26 26 transform-style: preserve-3d; 27 - transform: perspective(5000px) translate(-50%, -50%) rotateY(var(--rotateY)) 28 - rotateX(var(--rotateX)); 27 + rotateX(var(--rotateX)); */ 28 + transform: translate(-50%, -50%); 29 29 filter: brightness(1.2); 30 30 position: fixed; 31 31 top: 50%;