style(views/board): shorter cards and smaller gaps

This commit is contained in:
Elian Doran 2025-07-25 11:34:24 +03:00
parent 06d98f6fcf
commit ac2f1b56fe
No known key found for this signature in database

View File

@ -22,14 +22,14 @@ const TPL = /*html*/`
.board-view-container {
height: 100%;
display: flex;
gap: 1.5em;
gap: 1em;
padding: 1em;
align-items: flex-start;
}
.board-view-container .board-column {
width: 250px;
flex-shrink: 0;
min-height: 200px;
border: 2px solid transparent;
border-radius: 8px;
padding: 0.5em;