mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-30 04:01:31 +08:00 
			
		
		
		
	tweaks
This commit is contained in:
		
							parent
							
								
									5707b7e29a
								
							
						
					
					
						commit
						58d61800f3
					
				| @ -27,9 +27,9 @@ const TPL = ` | ||||
|     } | ||||
| 
 | ||||
|     .section-title .bx { | ||||
|         font-size: 170%; | ||||
|         font-size: 150%; | ||||
|         position: relative; | ||||
|         top: 6px; | ||||
|         top: 3px; | ||||
|     } | ||||
|      | ||||
|     .section-title.active { | ||||
| @ -61,7 +61,7 @@ const TPL = ` | ||||
|      | ||||
|     .section-button-container .bx { | ||||
|         position: relative; | ||||
|         top: 6px; | ||||
|         top: 3px; | ||||
|     } | ||||
|      | ||||
|     .section-body { | ||||
|  | ||||
| @ -41,12 +41,19 @@ const TPL = ` | ||||
|         position: absolute;  | ||||
|         top: 5px; | ||||
|         right: 10px; | ||||
|         font-size: 130%; | ||||
|         font-size: 150%; | ||||
|         padding: 5px; | ||||
|         cursor: pointer; | ||||
|         border: 1px solid transparent; | ||||
|         border-radius: 5px; | ||||
|     } | ||||
|      | ||||
|     .edit-text-note-button:hover { | ||||
|         border-color: var(--main-border-color); | ||||
|     } | ||||
|     </style> | ||||
| 
 | ||||
|     <div class="alert alert-warning no-print edit-text-note-button bx bx-edit-alt" | ||||
|     <div class="no-print edit-text-note-button bx bx-edit-alt" | ||||
|          title="Edit this note"></div> | ||||
| 
 | ||||
|     <div class="note-detail-readonly-text-content ck-content"></div> | ||||
|  | ||||
| @ -6,12 +6,6 @@ ul.fancytree-container { | ||||
|     margin-left: 7px !important; | ||||
| } | ||||
| 
 | ||||
| .fancytree-node { | ||||
|     padding: 5px; | ||||
|     display: block; | ||||
|     cursor: pointer; | ||||
| } | ||||
| 
 | ||||
| .fancytree-expander { | ||||
|     visibility: hidden; | ||||
| } | ||||
| @ -20,6 +14,14 @@ ul.fancytree-container { | ||||
|     visibility: visible; | ||||
| } | ||||
| 
 | ||||
| .fancytree-node { | ||||
|     padding: 5px; | ||||
|     display: block; | ||||
|     cursor: pointer; | ||||
|     overflow: hidden; | ||||
|     white-space: nowrap; | ||||
| } | ||||
| 
 | ||||
| .fancytree-node:not(.fancytree-loading) .fancytree-expander { | ||||
|     background: none; | ||||
|     height: auto; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam