mirror of
https://github.com/zadam/trilium.git
synced 2025-10-10 07:28:09 +08:00
chore(views/board): smaller add new column
This commit is contained in:
parent
1f792ca418
commit
c752b98995
1 changed files with 4 additions and 2 deletions
|
@ -162,9 +162,9 @@ const TPL = /*html*/`
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-add-column {
|
.board-add-column {
|
||||||
width: 250px;
|
width: 180px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
min-height: 200px;
|
height: 60px;
|
||||||
border: 2px dashed var(--main-border-color);
|
border: 2px dashed var(--main-border-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
@ -175,6 +175,8 @@ const TPL = /*html*/`
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
|
font-size: 0.9em;
|
||||||
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-add-column:hover {
|
.board-add-column:hover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue