In two-column view, make the horizontal tile square

This commit is contained in:
Kuba Orlik 2024-08-06 16:02:54 +02:00
parent 9b01533794
commit 92f2520ecc

View File

@ -211,6 +211,10 @@
} }
} }
} }
.tile.horizontal {
grid-row: span 1;
}
} }
} }
} }