|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
</head>
|
|
|
|
|
<body class="desktop theme-<%= theme %>" style="--main-font-size: <%= mainFontSize %>%; --tree-font-size: <%= treeFontSize %>%; --detail-font-size: <%= detailFontSize %>%;">
|
|
|
|
|
<noscript>Trilium requires JavaScript to be enabled.</noscript>
|
|
|
|
|
<div id="container" style="display: none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) <%= rightPaneWidthPercent %>fr">
|
|
|
|
|
<div id="container" style="display: none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) minmax(0, <%= 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 jam jam-arrow-square-left"></a>
|
|
|
|
|
|