limit max width of zen mode to improve readability, closes #1320

This commit is contained in:
zadam 2020-10-19 22:25:35 +02:00
parent 0cb46f8f9b
commit 7bd7323097

View file

@ -111,6 +111,10 @@ span.fancytree-node.muted { opacity: 0.6; }
.zen-mode #center-pane {
width: 100% !important;
/* limit max width to improve readability */
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.ui-autocomplete {