.component.status-bar { contain: none; border-top: 1px solid var(--main-border-color); background-color: var(--left-pane-background-color); > .status-bar-main-row { min-height: 28px; display: flex; align-items: center; padding-inline: 0.25em; font-size: 0.85em; > .breadcrumb { flex-grow: 1; --icon-button-size: 23px; } > .actions-row { padding: 0.1em; display: flex; gap: 0.1em; .btn { padding: 0 0.5em !important; background: transparent; display: flex; align-items: center; border: 0; span:first-of-type { font-size: 1rem; } &.active, &.dropdown-toggle.show, &:focus, &:hover { background: var(--input-background-color); } } .status-bar-dropdown-button { &:after { content: unset; } } } .dropdown { .dropdown-toggle { padding: 0.1em 0.25em; } .dropdown-menu { width: max-content; } } .dropdown-note-info { padding: 1em !important; ul { --row-block-margin: .2em; list-style-type: none; padding: 0; margin: 0; margin-top: calc(0px - var(--row-block-margin)); margin-bottom: 12px; display: table; li { display: table-row; > strong { display: table-cell; padding: var(--row-block-margin) 0; opacity: .5; } > span { display: table-cell; user-select: text; padding-left: 2em; } } } } .dropdown-note-paths { .note-paths-widget { padding: 0.5em; } .note-path-intro { color: var(--muted-text-color); } .note-path-list { margin: 12px 0; padding: 0; list-style: none; /* Note path card */ li { --border-radius: 6px; position: relative; background: var(--card-background-color); padding: 8px 20px 8px 25px; &:first-child { border-radius: var(--border-radius) var(--border-radius) 0 0; } &:last-child { border-radius: 0 0 var(--border-radius) var(--border-radius); } & + li { margin-top: 2px; } /* Current path arrow */ &.path-current::before { position: absolute; display: flex; justify-content: flex-end; align-items: center; content: "\ee8f"; top: 0; left: 0; width: 20px; bottom: 0; font-family: "boxicons"; font-size: .75em; color: var(--menu-item-icon-color); } } /* Note path segment */ a { margin-inline: 2px; padding-inline: 2px; color: currentColor; font-weight: normal; text-decoration: none; /* The last segment of the note path */ &.basename { color: var(--muted-text-color); } } } } .dropdown-code-note-switcher { max-height: 90vh; overflow: scroll; } .backlinks-widget > .dropdown-menu { --menu-padding-size: .9em; max-height: 60vh; overflow-y: scroll; /* Backlink card */ li { --border-radius: 8px; max-width: 600px; padding: 10px 20px; background: var(--card-background-color); & + li { margin-top: 2px; } &:first-child { border-radius: var(--border-radius) var(--border-radius) 0 0; } &:last-child { border-radius: 0 0 var(--border-radius) var(--border-radius); } /* Card header */ & > span:first-child { display: block; > span { display: flex; flex-wrap: wrap; align-items: center; /* Note path */ > small { flex: 100%; order: -1; font-size: .65rem; .note-path { padding: 0; } } /* Note icon */ > .bx { color: var(--menu-item-icon-color); } /* Note title */ > a { margin-inline-start: 4px; color: currentColor; font-weight: 500; } } } /* Card content - excerpt */ & > span:nth-child(2) > div { all: unset; /* TODO: Remove after disposing the old style from FloatingButtons.css */ display: block; margin: 8px 0; border-radius: 4px; background: var(--quick-search-result-content-background); padding: 8px; font-size: .75rem; a { background: transparent; color: var(--quick-search-result-highlight-color); text-decoration: underline; } p { margin: 0; } } } } } > .attribute-list { font-size: 0.9em; padding: 0.5em 0.75em; .inherited-attributes-widget > div { padding: 0; font-size: 0.9em; } .attribute-list-editor { padding: 0 !important; } } }