diff --git a/package-lock.json b/package-lock.json index 67be79800..4da028900 100644 --- a/package-lock.json +++ b/package-lock.json @@ -172,7 +172,7 @@ "mini-css-extract-plugin": "2.9.2", "nodemon": "3.1.9", "postcss-loader": "8.1.1", - "prettier": "3.5.2", + "prettier": "3.5.3", "rcedit": "4.0.1", "rimraf": "6.0.1", "sass": "1.85.1", @@ -14776,9 +14776,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0588132d8..a10dd0d95 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "mini-css-extract-plugin": "2.9.2", "nodemon": "3.1.9", "postcss-loader": "8.1.1", - "prettier": "3.5.2", + "prettier": "3.5.3", "rcedit": "4.0.1", "rimraf": "6.0.1", "sass": "1.85.1", diff --git a/src/public/app/widgets/type_widgets/options/appearance/electron_integration.ts b/src/public/app/widgets/type_widgets/options/appearance/electron_integration.ts index 884347630..803d3d8ea 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/electron_integration.ts +++ b/src/public/app/widgets/type_widgets/options/appearance/electron_integration.ts @@ -32,7 +32,7 @@ const TPL = ` - + `; diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index ac0e35792..916348425 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1695,4 +1695,4 @@ footer.file-footer { footer.file-footer button { margin: 5px; -} \ No newline at end of file +} diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index c162cf693..06ad3ec9e 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -146,7 +146,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { padding-top: 0; } -div.find-replace-widget div.find-widget-found-wrapper { +div.find-replace-widget div.find-widget-found-wrapper > span { min-width: 50px; font-style: normal; font-weight: normal; diff --git a/src/public/stylesheets/theme-next/ribbon.css b/src/public/stylesheets/theme-next/ribbon.css index 8281f6dbe..7ecb0dc86 100644 --- a/src/public/stylesheets/theme-next/ribbon.css +++ b/src/public/stylesheets/theme-next/ribbon.css @@ -79,3 +79,14 @@ div.editability-dropdown a.dropdown-item { padding: 4px 10px !important; font-size: 0.8em; } + +/* + * Attribute detail dialog + */ + +/* Labels */ +.attr-edit-table th { + padding-right: 12px; + font-weight: normal; + white-space: nowrap; +} diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 08513d2d1..997e26d3d 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -77,7 +77,7 @@ body.background-effects.platform-win32.layout-vertical #vertical-main-container /* #endregion */ /* Matches when the left pane is collapsed */ -:has(#left-pane.hidden-int) { +:has(.layout-vertical #left-pane.hidden-int) { --center-pane-border-radius: 0; --tab-first-item-horiz-offset: 5px; } diff --git a/src/services/sql.ts b/src/services/sql.ts index 87d3df936..b39cbe1ad 100644 --- a/src/services/sql.ts +++ b/src/services/sql.ts @@ -30,7 +30,7 @@ function buildIntegrationTestDatabase(dbPath?: string) { return new Database(dbBuffer); } -function rebuildIntegrationTestDatabase(dbPath: string) { +function rebuildIntegrationTestDatabase(dbPath?: string) { if (dbConnection) { dbConnection.close(); } diff --git a/src/views/setup.ejs b/src/views/setup.ejs index c80175e8b..006379260 100644 --- a/src/views/setup.ejs +++ b/src/views/setup.ejs @@ -135,7 +135,7 @@
<%= t("setup_sync-from-server.note") %> <%= t("setup_sync-from-server.proxy-instruction") %>
-