mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-17 15:42:34 +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;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editability-dropdown .dropdown-item {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
.editability-dropdown .dropdown-item div {
|
.editability-dropdown .dropdown-item div {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
|
@ -396,7 +396,7 @@ body.desktop .dropdown-menu {
|
|||||||
color: var(--dropdown-item-icon-destructive-color);
|
color: var(--dropdown-item-icon-destructive-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item > span:not(.bx) {
|
.dropdown-item > span:not([class]) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user