mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-13 04:13:19 +08:00
fix(client): broken layouts in editability and note type dropdowns
This commit is contained in:
parent
546274a79d
commit
aecba70efc
@ -9,6 +9,10 @@ const TPL = `
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.editability-dropdown .dropdown-item {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.editability-dropdown .dropdown-item div {
|
||||
font-size: small;
|
||||
color: var(--muted-text-color);
|
||||
|
@ -396,7 +396,7 @@ body.desktop .dropdown-menu {
|
||||
color: var(--dropdown-item-icon-destructive-color);
|
||||
}
|
||||
|
||||
.dropdown-item > span:not(.bx) {
|
||||
.dropdown-item > span:not([class]) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user