mirror of
https://github.com/zadam/trilium.git
synced 2026-02-07 22:34:24 +01:00
fix(mobile/custom_note_actions): missing separator
This commit is contained in:
parent
411a59ec54
commit
8a92370042
4
apps/client/src/widgets/ribbon/NoteActionsCustom.css
Normal file
4
apps/client/src/widgets/ribbon/NoteActionsCustom.css
Normal file
@ -0,0 +1,4 @@
|
||||
body.mobile .note-actions-custom:not(:empty) {
|
||||
margin-bottom: calc(var(--bs-dropdown-divider-margin-y) * 2);
|
||||
border-top: 1px solid var(--bs-dropdown-divider-bg);
|
||||
}
|
||||
@ -1,3 +1,5 @@
|
||||
import "./NoteActionsCustom.css";
|
||||
|
||||
import { NoteType } from "@triliumnext/commons";
|
||||
import { useContext, useEffect, useRef, useState } from "preact/hooks";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user