mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	style(next)/dialogs/note type chooser: improve appearance
This commit is contained in:
		| @@ -396,3 +396,15 @@ div.tn-tool-dialog { | |||||||
|     font-weight: normal; |     font-weight: normal; | ||||||
|     white-space: nowrap; |     white-space: nowrap; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* | ||||||
|  |  * NOTE TYPE CHOOSER DIALOG | ||||||
|  |  */ | ||||||
|  |  | ||||||
|  | .note-type-chooser-dialog div.note-type-dropdown { | ||||||
|  |     font-size: unset; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .note-type-chooser-dialog div.note-type-dropdown .dropdown-item span.bx { | ||||||
|  |     margin-right: .25em; | ||||||
|  | } | ||||||
| @@ -37,7 +37,7 @@ const TPL = /*html*/` | |||||||
|                             data-bs-toggle="dropdown" data-bs-display="static"> |                             data-bs-toggle="dropdown" data-bs-display="static"> | ||||||
|                     </button> |                     </button> | ||||||
|  |  | ||||||
|                     <div class="note-type-dropdown dropdown-menu"></div> |                     <div class="note-type-dropdown dropdown-menu static"></div> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|         </div> |         </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user