mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
note actions dropdown sizing
This commit is contained in:
parent
736704c7d6
commit
9f0ff6ae7a
@ -390,6 +390,15 @@ button.icon-button {
|
||||
background: no-repeat center;
|
||||
}
|
||||
|
||||
#note-actions {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#note-actions .dropdown-menu {
|
||||
width: 15em;
|
||||
}
|
||||
|
||||
/* Themes */
|
||||
|
||||
html.theme-black, html.theme-black img, html.theme-black video {
|
||||
|
@ -168,7 +168,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="dropdown" style="margin-left: 10px; margin-right: 10px;">
|
||||
<div class="dropdown" id="note-actions">
|
||||
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm">
|
||||
Note actions
|
||||
<span class="caret"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user