feat(status_bar): improve alignment of attribute editor

This commit is contained in:
Elian Doran
2025-12-12 21:44:00 +02:00
parent 870499bc3a
commit 5d438a877b
2 changed files with 11 additions and 1 deletions

View File

@@ -22,11 +22,11 @@ import Icon from "../react/Icon";
import { ParentComponent } from "../react/react_utils";
import { ContentLanguagesModal, useLanguageSwitcher } from "../ribbon/BasicPropertiesTab";
import AttributeEditor, { AttributeEditorImperativeHandlers } from "../ribbon/components/AttributeEditor";
import InheritedAttributesTab from "../ribbon/InheritedAttributesTab";
import { NoteSizeWidget, useNoteMetadata } from "../ribbon/NoteInfoTab";
import { useAttachments } from "../type_widgets/Attachment";
import { useProcessedLocales } from "../type_widgets/options/components/LocaleSelector";
import Breadcrumb from "./Breadcrumb";
import InheritedAttributesTab from "../ribbon/InheritedAttributesTab";
interface StatusBarContext {
note: FNote;