mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
client: remove redundant code
This commit is contained in:
@@ -28,12 +28,6 @@
|
||||
|
||||
<%- include("./partials/windowGlobal.ejs", locals) %>
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--preferred-max-content-width: <%= maxContentWidth %>px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Required for match the PWA's top bar color with the theme -->
|
||||
<!-- This works even when the user directly changes --root-background in CSS -->
|
||||
<div id="background-color-tracker" style="position: absolute; visibility: hidden; color: var(--root-background); transition: color 1ms;"></div>
|
||||
|
||||
Reference in New Issue
Block a user