mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	fix some styles, add some cn translations
This commit is contained in:
		
							parent
							
								
									58ee801e57
								
							
						
					
					
						commit
						8c97f0bec7
					
				| @ -11,7 +11,7 @@ const TPL = ` | |||||||
|                 <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t('help.close')}"></button> |                 <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t('help.close')}"></button> | ||||||
|             </div> |             </div> | ||||||
|             <div class="modal-body" style="overflow: auto; height: calc(100vh - 70px);"> |             <div class="modal-body" style="overflow: auto; height: calc(100vh - 70px);"> | ||||||
|                 <div class="card-columns help-cards"> |                 <div class="help-cards row row-cols-3 g-3"> | ||||||
|                     <div class="card"> |                     <div class="card"> | ||||||
|                         <div class="card-body"> |                         <div class="card-body"> | ||||||
|                             <h5 class="card-title">${t('help.noteNavigation')}</h5> |                             <h5 class="card-title">${t('help.noteNavigation')}</h5> | ||||||
|  | |||||||
| @ -28,7 +28,6 @@ const TPL = `<div class="highlights-list-widget"> | |||||||
|             cursor: pointer; |             cursor: pointer; | ||||||
|             margin-bottom: 3px; |             margin-bottom: 3px; | ||||||
|             text-align: justify; |             text-align: justify; | ||||||
|             text-justify: distribute; |  | ||||||
|             word-wrap: break-word; |             word-wrap: break-word; | ||||||
|             hyphens: auto; |             hyphens: auto; | ||||||
|         } |         } | ||||||
|  | |||||||
| @ -40,7 +40,6 @@ const TPL = `<div class="toc-widget"> | |||||||
|         .toc li { |         .toc li { | ||||||
|             cursor: pointer; |             cursor: pointer; | ||||||
|             text-align: justify; |             text-align: justify; | ||||||
|             text-justify: distribute; |  | ||||||
|             word-wrap: break-word; |             word-wrap: break-word; | ||||||
|             hyphens: auto; |             hyphens: auto; | ||||||
|         } |         } | ||||||
|  | |||||||
| @ -473,7 +473,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th | |||||||
|     border-top-color: var(--tooltip-background-color) !important; |     border-top-color: var(--tooltip-background-color) !important; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .note-tooltip.tooltip .arrow { | .note-tooltip.tooltip .tooltip-arrow { | ||||||
|     display: none; |     display: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1101,11 +1101,11 @@ | |||||||
|   "highlights_list": { |   "highlights_list": { | ||||||
|     "title": "高亮列表", |     "title": "高亮列表", | ||||||
|     "description": "您可以自定义右侧面板中显示的高亮列表:", |     "description": "您可以自定义右侧面板中显示的高亮列表:", | ||||||
|     "bold": "", |     "bold": "粗体", | ||||||
|     "italic": "", |     "italic": "斜体", | ||||||
|     "underline": "", |     "underline": "下划线", | ||||||
|     "color": "", |     "color": "字体颜色", | ||||||
|     "bg_color": "", |     "bg_color": "背景颜色", | ||||||
|     "visibility_title": "高亮列表可见性", |     "visibility_title": "高亮列表可见性", | ||||||
|     "visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏每个笔记的高亮小部件。", |     "visibility_description": "您可以通过添加 #hideHighlightWidget 标签来隐藏每个笔记的高亮小部件。", | ||||||
|     "shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。" |     "shortcut_info": "您可以在选项 -> 快捷键中为快速切换右侧面板(包括高亮列表)配置键盘快捷键(名称为 'toggleRightPane')。" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jin
						Jin