feat(views/board): improve display of the notes

This commit is contained in:
Elian Doran
2025-07-19 19:02:45 +03:00
parent 0d18b944b6
commit 47daebc65a

View File

@@ -23,7 +23,14 @@ const TPL = /*html*/`
}
.board-view-container .board-column h3 {
font-size: 1.2em;
font-size: 1em;
}
.board-view-container .board-note {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
margin: 0.65em 0;
padding: 0.5em;
border-radius: 5px;
}
</style>