mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 01:34:05 +08:00
got rid of "Trilium Notes" branding - not necessary and takes valuable space
This commit is contained in:
parent
26066f39b1
commit
74202d67bb
2 changed files with 1 additions and 6 deletions
|
@ -20,6 +20,7 @@
|
|||
background-color: #f1f1f1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 6px 6px 4px;
|
||||
}
|
||||
|
||||
#note-detail-wrapper {
|
||||
|
|
|
@ -7,12 +7,6 @@
|
|||
<body>
|
||||
<div id="container" style="display:none;">
|
||||
<div id="header" class="hide-toggle">
|
||||
<div id="header-title">
|
||||
<img src="/images/app-icons/png/24x24.png">
|
||||
|
||||
Trilium Notes
|
||||
</div>
|
||||
|
||||
<div id="history-navigation" style="display: none;">
|
||||
<a id="history-back-button" title="Go to previous note." class="icon-action"
|
||||
style="background: url('/images/icons/back-24.png')"></a>
|
||||
|
|
Loading…
Reference in a new issue