mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
absolute positioning of relation map buttons to maximize screen estate
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<div id="note-detail-relation-map" class="note-detail-component">
|
||||
<button id="relation-map-create-child-note" class="btn btn-sm" type="button"
|
||||
<button id="relation-map-create-child-note" class="btn btn-sm floating-button" type="button"
|
||||
title="Create new child note and add it into this relation map">
|
||||
<span class="jam jam-plus"></span>
|
||||
|
||||
Create child note
|
||||
</button>
|
||||
|
||||
<div class="btn-group" style="float: right; padding-right: 20px;">
|
||||
<div class="btn-group floating-button" style="right: 20px;">
|
||||
<button type="button"
|
||||
class="btn icon-button jam jam-search-plus"
|
||||
title="Zoom In"
|
||||
|
||||
Reference in New Issue
Block a user