mirror of
https://github.com/zadam/trilium.git
synced 2025-12-06 23:44:25 +01:00
12 lines
205 B
CSS
12 lines
205 B
CSS
/* The container */
|
|
div.note-detail-empty {
|
|
max-width: 70%;
|
|
margin: 50px auto;
|
|
}
|
|
|
|
/* The search results list */
|
|
.note-detail-empty span.aa-dropdown-menu {
|
|
margin-top: 1em;
|
|
border: unset;
|
|
}
|