mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 10:24:23 +01:00
chore(layout): remove some title margins
This commit is contained in:
parent
19980807f2
commit
72b0d03546
@ -142,7 +142,6 @@ export default class DesktopLayout {
|
|||||||
.css("height", "50px")
|
.css("height", "50px")
|
||||||
.css("min-height", "50px")
|
.css("min-height", "50px")
|
||||||
.css("align-items", "center")
|
.css("align-items", "center")
|
||||||
.cssBlock(".title-row > * { margin: 5px; }")
|
|
||||||
.child(<NoteIconWidget />)
|
.child(<NoteIconWidget />)
|
||||||
.child(<NoteTitleWidget />)
|
.child(<NoteTitleWidget />)
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
.note-icon-widget {
|
.note-icon-widget {
|
||||||
padding-inline-start: 7px;
|
padding-inline-start: 10px;
|
||||||
margin-inline-end: 0;
|
margin-inline-end: 0;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
@ -13,7 +13,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-icon-widget button.note-icon:disabled {
|
.note-icon-widget button.note-icon:disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: .75;
|
opacity: .75;
|
||||||
@ -68,4 +68,4 @@
|
|||||||
border: 1px dashed var(--muted-text-color);
|
border: 1px dashed var(--muted-text-color);
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user