mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 02:14:25 +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("min-height", "50px")
|
||||
.css("align-items", "center")
|
||||
.cssBlock(".title-row > * { margin: 5px; }")
|
||||
.child(<NoteIconWidget />)
|
||||
.child(<NoteTitleWidget />)
|
||||
)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.note-icon-widget {
|
||||
padding-inline-start: 7px;
|
||||
padding-inline-start: 10px;
|
||||
margin-inline-end: 0;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
@ -13,7 +13,7 @@
|
||||
cursor: pointer;
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
|
||||
.note-icon-widget button.note-icon:disabled {
|
||||
cursor: default;
|
||||
opacity: .75;
|
||||
@ -68,4 +68,4 @@
|
||||
border: 1px dashed var(--muted-text-color);
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user