mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
client/read only note info bar: style tweaks for zen mode
Some checks are pending
Checks / main (push) Waiting to run
Some checks are pending
Checks / main (push) Waiting to run
This commit is contained in:
parent
5e3ffc12ce
commit
914fa3625f
@ -9,6 +9,7 @@ div.read-only-note-info-bar-widget {
|
|||||||
color: var(--read-only-note-info-bar-color);
|
color: var(--read-only-note-info-bar-color);
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -20,7 +21,7 @@ div.read-only-note-info-bar-widget.visible {
|
|||||||
|
|
||||||
div.read-only-note-info-bar-widget.zen-mode-only {
|
div.read-only-note-info-bar-widget.zen-mode-only {
|
||||||
display: none;
|
display: none;
|
||||||
width: var(--max-content-width);
|
max-width: var(--max-content-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user