mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	fix(doc): width on mobile with images
This commit is contained in:
		
							parent
							
								
									c98df4d6c2
								
							
						
					
					
						commit
						bf342f7bcf
					
				| @ -33,6 +33,15 @@ const TPL = `<div class="note-detail-doc note-detail-printable"> | |||||||
|             margin: 0; |             margin: 0; | ||||||
|             padding-bottom: 0.25em; |             padding-bottom: 0.25em; | ||||||
|         } |         } | ||||||
|  | 
 | ||||||
|  |         img { | ||||||
|  |             max-width: 90vw; | ||||||
|  |             height: auto; | ||||||
|  |         } | ||||||
|  | 
 | ||||||
|  |         td img { | ||||||
|  |             max-width: 40vw; | ||||||
|  |         } | ||||||
|     </style> |     </style> | ||||||
| 
 | 
 | ||||||
|     <div class="note-detail-doc-content"></div> |     <div class="note-detail-doc-content"></div> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran