mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	feat(popup_editor): improve fit for wider notes
This commit is contained in:
		@@ -7,6 +7,10 @@ import Container from "../containers/container.js";
 | 
			
		||||
const TPL = /*html*/`\
 | 
			
		||||
<div class="popup-editor-dialog modal fade mx-auto" tabindex="-1" role="dialog">
 | 
			
		||||
    <style>
 | 
			
		||||
        .modal.popup-editor-dialog .modal-dialog {
 | 
			
		||||
            max-width: 75vw;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .modal.popup-editor-dialog .modal-header .modal-title {
 | 
			
		||||
            font-size: 1.1em;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user