♻️(frontend) use pandas utilities

Forgot how panda css is amazing. They provide all kinds of utilities,
and few for accessibility. Amazing!
This commit is contained in:
lebaudantoine
2025-01-22 22:07:26 +01:00
committed by aleb_the_flash
parent 96c18fc627
commit 30bde2fe66

View File

@@ -32,10 +32,10 @@ const Columns = ({ children }: { children?: ReactNode }) => {
justifyContent: 'normal',
padding: '0 1rem',
width: 'calc(100% - 2rem)',
'@media(prefers-reduced-motion: reduce)': {
_motionReduce: {
opacity: 1,
},
'@media(prefers-reduced-motion: no-preference)': {
_motionSafe: {
opacity: 0,
animation: '.5s ease-in fade 0s forwards',
},