floating button container WIP

This commit is contained in:
zadam
2022-07-24 14:30:42 +02:00
parent b8a89ee52a
commit 5444cc2009
7 changed files with 49 additions and 53 deletions

View File

@@ -25,9 +25,9 @@ const TPL = `<div class="note-map-widget" style="position: relative;">
}
</style>
<div class="btn-group btn-group-sm map-type-switcher floating-button" role="group">
<button type="button" class="btn icon-button bx bx-network-chart" title="Link Map" data-type="link"></button>
<button type="button" class="btn icon-button bx bx-sitemap" title="Tree map" data-type="tree"></button>
<div class="btn-group btn-group-sm map-type-switcher" role="group">
<button type="button" class="btn bx bx-network-chart" title="Link Map" data-type="link"></button>
<button type="button" class="btn bx bx-sitemap" title="Tree map" data-type="tree"></button>
</div>
<div class="style-resolver"></div>