mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
fix(client): shortcuts wrapped on two lines on global menu (closes #976)
This commit is contained in:
parent
47335062a4
commit
d9335bec37
@ -86,7 +86,7 @@ const TPL = `
|
||||
position: relative;
|
||||
top: 3px;
|
||||
font-size: 120%;
|
||||
margin-right: 5px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
body.mobile .global-menu .dropdown-submenu .dropdown-menu {
|
||||
|
@ -357,8 +357,14 @@ body.desktop .dropdown-menu {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.dropdown-menu:not(#context-menu-container) .dropdown-item,
|
||||
#context-menu-container .dropdown-item > span {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.dropdown-menu kbd {
|
||||
float: right;
|
||||
flex-grow: 1;
|
||||
text-align: right;
|
||||
color: var(--muted-text-color);
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user