fix(mobile/custom_note_actions): missing separator

This commit is contained in:
Elian Doran 2026-02-02 17:57:30 +02:00
parent 411a59ec54
commit 8a92370042
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View 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);
}

View File

@ -1,3 +1,5 @@
import "./NoteActionsCustom.css";
import { NoteType } from "@triliumnext/commons";
import { useContext, useEffect, useRef, useState } from "preact/hooks";