Fix: Horizonal scroll lists were ending at the edge of the screen. Using padding instead of margin fixes it.

This commit is contained in:
lscambo13
2024-12-11 07:47:23 -08:00
parent f21a480fc1
commit 8198d42760

View File

@@ -36,7 +36,7 @@ html {
}
.card {
margin: .375em;
padding: .375em;
}
[dir=ltr] .itemsContainer>.card>.cardBox {