mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 16:24:25 +01:00
style: refactor
This commit is contained in:
parent
150e2504b1
commit
a867c646e4
@ -155,11 +155,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-code-note-switcher {
|
||||
max-height: 90vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.backlinks-widget > .dropdown-menu {
|
||||
--menu-padding-size: .9em;
|
||||
|
||||
|
||||
@ -422,7 +422,7 @@ function CodeNoteSwitcher({ note }: StatusBarContext) {
|
||||
icon="bx bx-code-curly"
|
||||
text={correspondingMimeType?.title}
|
||||
title={t("status_bar.code_note_switcher")}
|
||||
dropdownContainerClassName="dropdown-code-note-switcher"
|
||||
dropdownContainerClassName="dropdown-code-note-switcher tn-dropdown-menu-scrollable"
|
||||
>
|
||||
<NoteTypeCodeNoteList
|
||||
currentMimeType={currentNoteMime}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user