mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 12:08:03 +08:00
limit max width of zen mode to improve readability, closes #1320
This commit is contained in:
parent
0cb46f8f9b
commit
7bd7323097
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ span.fancytree-node.muted { opacity: 0.6; }
|
||||||
|
|
||||||
.zen-mode #center-pane {
|
.zen-mode #center-pane {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
/* limit max width to improve readability */
|
||||||
|
max-width: 1000px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-autocomplete {
|
.ui-autocomplete {
|
||||||
|
|
Loading…
Reference in a new issue