refactor(Cell): make the padding smaller on mobile

This commit is contained in:
Timothy Z. 2025-01-07 17:02:44 +02:00
parent 0148024d83
commit 383795e538

View file

@ -168,6 +168,8 @@
@media only screen and (max-height: @xsmall) and (max-width: @xsmall) {
.cell {
.items {
padding: 0.25rem;
.item {
pointer-events: none;
}