mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
14 lines
262 B
CSS
14 lines
262 B
CSS
|
|
.branch-prefix-dialog .branch-prefix-notes-list {
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.branch-prefix-dialog .branch-prefix-notes-list ul {
|
||
|
|
max-height: 200px;
|
||
|
|
overflow: auto;
|
||
|
|
margin-top: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.branch-prefix-dialog .branch-prefix-current {
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|