mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
tweaks
This commit is contained in:
parent
85933771f8
commit
30cc566518
@ -194,8 +194,6 @@ export default class DesktopLayout {
|
||||
.overflowing()
|
||||
.child(new NoteIconWidget())
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new NotePathsWidget().hideInZenMode())
|
||||
.child(new NoteTypeWidget().hideInZenMode())
|
||||
.child(new NoteActionsWidget().hideInZenMode())
|
||||
.child(new ButtonWidget()
|
||||
.icon("bx-window-open bx-rotate-90")
|
||||
@ -223,7 +221,6 @@ export default class DesktopLayout {
|
||||
.child(new SearchResultWidget())
|
||||
.child(new SqlResultWidget())
|
||||
)
|
||||
.child(new SimilarNotesWidget())
|
||||
.child(...this.customWidgets.get('center-pane'))
|
||||
)
|
||||
)
|
||||
|
@ -28,7 +28,7 @@ const TPL = `
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="dropdown global-menu">
|
||||
<div class="dropdown global-menu dropright">
|
||||
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm bx bx-menu" title="Menu"></button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<a class="dropdown-item options-button" data-trigger-command="showOptions">
|
||||
|
@ -135,6 +135,7 @@ const TAB_ROW_TPL = `
|
||||
|
||||
.note-tab-row .note-tab[active] .note-tab-wrapper {
|
||||
font-weight: bold;
|
||||
background-color : var(--active-item-background-color);
|
||||
}
|
||||
|
||||
.note-tab-row .note-tab[is-mini] .note-tab-wrapper {
|
||||
|
@ -32,7 +32,7 @@ const TPL = `
|
||||
<style>
|
||||
.note-detail-editable-text {
|
||||
font-family: var(--detail-text-font-family);
|
||||
padding-left: 12px;
|
||||
padding-left: 14px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ const TPL = `
|
||||
body.heading-style-markdown .note-detail-readonly-text h6::before { content: "######\\2004"; color: var(--muted-text-color); }
|
||||
|
||||
.note-detail-readonly-text {
|
||||
padding-left: 22px;
|
||||
padding-left: 24px;
|
||||
padding-top: 10px;
|
||||
font-family: var(--detail-text-font-family);
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user