Merge branch 'develop' into renovate/prettier-3.x

This commit is contained in:
JYC333 2025-03-03 18:30:58 +01:00 committed by GitHub
commit 0d5bef422a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 4 deletions

View File

@ -32,7 +32,7 @@ const TPL = `
</label>
</div>
<button class="btn btn-micro restart-app-button">${t("electron_integration.restart-app-button")}</button>
<button class="btn btn-secondary btn-micro restart-app-button">${t("electron_integration.restart-app-button")}</button>
</div>
`;

View File

@ -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;

View File

@ -78,4 +78,15 @@ div.editability-dropdown a.dropdown-item {
min-width: 0;
padding: 4px 10px !important;
font-size: .8em;
}
/*
* Attribute detail dialog
*/
/* Labels */
.attr-edit-table th {
padding-right: 12px;
font-weight: normal;
white-space: nowrap;
}

View File

@ -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;
}

View File

@ -135,7 +135,7 @@
<p><strong><%= t("setup_sync-from-server.note") %></strong> <%= t("setup_sync-from-server.proxy-instruction") %></p>
</div>
<div class="form-group">
<div class="form-group" style="margin-bottom: 8px;">
<label for="password"><%= t("setup_sync-from-server.password") %></label>
<input type="password" id="password" class="form-control" data-bind="value: password" placeholder="<%= t("setup_sync-from-server.password-placeholder") %>">
</div>