mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 21:24:24 +01:00
Merge branch 'develop' into renovate/prettier-3.x
This commit is contained in:
commit
0d5bef422a
@ -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>
|
||||
`;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user