mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
add option to hide the "Powered by CKEditor" banner
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
.note-split {
|
||||
max-width: <%= maxContentWidth %>px;
|
||||
}
|
||||
|
||||
<% if (hidePoweredByCKEditor) { %>
|
||||
.ck-powered-by-balloon {
|
||||
display: none !important;
|
||||
}
|
||||
<% } %>
|
||||
</style>
|
||||
|
||||
<!-- Required for correct loading of scripts in Electron -->
|
||||
|
||||
Reference in New Issue
Block a user