mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 14:35:40 +08:00
fix relation map buttons
This commit is contained in:
parent
c6a05d8853
commit
e1d20b8ff8
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ import NoteContextAwareWidget from "../note_context_aware_widget.js";
|
||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="relation-map-buttons">
|
<div class="relation-map-buttons">
|
||||||
<style>
|
<style>
|
||||||
.relation-map-buttons .floating-button {
|
.relation-map-buttons {
|
||||||
font-size: 120%;
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue