mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Keep this window on top.
This commit is contained in:
parent
5286d4a97c
commit
01b2887b36
@ -36,7 +36,7 @@ const TPL = `
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- divs act as a hitbox for the buttons, making them clickable on corners -->
|
<!-- divs act as a hitbox for the buttons, making them clickable on corners -->
|
||||||
<div class="top-btn" title="Bring this window to the top. "><button class="btn bx bx-pin"></button></div>
|
<div class="top-btn" title="Keep this window on top. "><button class="btn bx bx-pin"></button></div>
|
||||||
<div class="minimize-btn"><button class="btn bx bx-minus"></button></div>
|
<div class="minimize-btn"><button class="btn bx bx-minus"></button></div>
|
||||||
<div class="maximize-btn"><button class="btn bx bx-checkbox"></button></div>
|
<div class="maximize-btn"><button class="btn bx bx-checkbox"></button></div>
|
||||||
<div class="close-btn"><button class="btn bx bx-x"></button></div>
|
<div class="close-btn"><button class="btn bx bx-x"></button></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user