layout changes

This commit is contained in:
zadam
2021-06-13 22:55:31 +02:00
parent e054a1694e
commit fb31acc8e0
30 changed files with 125 additions and 73 deletions

View File

@@ -3,7 +3,12 @@ import utils from "../../services/utils.js";
const TPL = `
<div class="dropdown note-actions">
<style>
<style>
.note-actions {
width: 35px;
height: 35px;
}
.note-actions .dropdown-menu {
width: 15em;
}