mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
left pane sizing taking effect
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>Trilium Notes</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container" style="display:none;">
|
||||
<div id="container" style="display:none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) <%= rightPaneWidthPercent %>fr">
|
||||
<div id="header" class="hide-toggle">
|
||||
<div id="history-navigation" style="display: none;">
|
||||
<a id="history-back-button" title="Go to previous note." class="icon-action"
|
||||
|
||||
Reference in New Issue
Block a user