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