mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
feat(views/board): fixed column size
This commit is contained in:
@@ -15,11 +15,11 @@ const TPL = /*html*/`
|
|||||||
.board-view-container {
|
.board-view-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1em;
|
gap: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-view-container .board-column {
|
.board-view-container .board-column {
|
||||||
min-width: 200px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-view-container .board-column h3 {
|
.board-view-container .board-column h3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user