diff --git a/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts index 655512f9e..5a2c9d324 100644 --- a/apps/client/src/widgets/ribbon_widgets/book_properties.ts +++ b/apps/client/src/widgets/ribbon_widgets/book_properties.ts @@ -3,6 +3,7 @@ import attributeService from "../../services/attributes.js"; import { t } from "../../services/i18n.js"; import type FNote from "../../entities/fnote.js"; import type { EventData } from "../../components/app_context.js"; +import { bookPropertiesConfig, renderBookProperty } from "./book_properties_config.js"; const TPL = /*html*/`
@@ -15,6 +16,18 @@ const TPL = /*html*/` .book-properties-widget > * { margin-right: 15px; } + + .book-properties-container { + display: flex; + } + + .book-properties-container > * { + margin-right: 15px; + } + + .book-properties-container input[type="checkbox"] { + margin-right: 5px; + }
@@ -29,6 +42,9 @@ const TPL = /*html*/`
+
+
+