mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
help button with no help dialog yet
This commit is contained in:
parent
176c3a5d51
commit
e04f1cd574
@ -118,7 +118,7 @@ button.close {
|
||||
}
|
||||
|
||||
.nav-link.active {
|
||||
background-color: var(--more-accented-background-color) !important;
|
||||
background-color: inherit;
|
||||
color: var(--main-text-color) !important;
|
||||
}
|
||||
|
||||
@ -578,6 +578,10 @@ button.icon-button {
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
#global-menu .dropdown-menu {
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.ck.ck-block-toolbar-button {
|
||||
transform: translateX(10px);
|
||||
}
|
||||
|
@ -61,9 +61,16 @@
|
||||
Sync (<span id="outstanding-syncs-count">0</span>)
|
||||
</a>
|
||||
|
||||
<a class="dropdown-item" id="show-help-button">
|
||||
<span class="jam jam-help"></span>
|
||||
Show Help
|
||||
<kbd>F1</kbd>
|
||||
</a>
|
||||
|
||||
<a class="dropdown-item" id="open-dev-tools-button">
|
||||
<span class="jam jam-terminal"></span>
|
||||
Open Dev Tools
|
||||
<kbd>CTRL+SHIFT+I</kbd>
|
||||
</a>
|
||||
|
||||
<a class="dropdown-item" id="logout-button">
|
||||
|
Loading…
x
Reference in New Issue
Block a user