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