mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	style(code): improve margins for preview
This commit is contained in:
		
							parent
							
								
									81a7133ab1
								
							
						
					
					
						commit
						21a72ab265
					
				@ -92,13 +92,15 @@ const TPL = /*html*/`\
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div class="form-group row">
 | 
					    <div class="note-detail-readonly-code-content">
 | 
				
			||||||
        <pre class="note-detail-readonly-code-content">
 | 
					 | 
				
			||||||
        </pre>
 | 
					 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <style>
 | 
					    <style>
 | 
				
			||||||
        .note-detail-readonly-code-content .cm-editor {
 | 
					        .options-section .note-detail-readonly-code-content {
 | 
				
			||||||
 | 
					            margin: 0;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .options-section .note-detail-readonly-code-content .cm-editor {
 | 
				
			||||||
            height: 200px;
 | 
					            height: 200px;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user