mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Update view-pdf.html
Remove bootstrap.css which regresses a previous issue that caused imported images to incorrectly resize. Reintroduce "Import image" option.
This commit is contained in:
		
							parent
							
								
									9c1de1cb10
								
							
						
					
					
						commit
						cd2f628168
					
				@ -30,7 +30,6 @@ See https://github.com/adobe-type-tools/cmap-resources
 | 
				
			|||||||
    <!-- Bootstrap -->
 | 
					    <!-- Bootstrap -->
 | 
				
			||||||
    <script src="js/thirdParty/popper.min.js"></script>
 | 
					    <script src="js/thirdParty/popper.min.js"></script>
 | 
				
			||||||
    <script src="js/thirdParty/bootstrap.min.js"></script>
 | 
					    <script src="js/thirdParty/bootstrap.min.js"></script>
 | 
				
			||||||
    <link rel="stylesheet" href="css/bootstrap.min.css">
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="stylesheet" href="css/theme/componentes.css">
 | 
					    <link rel="stylesheet" href="css/theme/componentes.css">
 | 
				
			||||||
    <link rel="stylesheet" href="css/navbar.css">
 | 
					    <link rel="stylesheet" href="css/navbar.css">
 | 
				
			||||||
@ -321,7 +320,7 @@ See https://github.com/adobe-type-tools/cmap-resources
 | 
				
			|||||||
                  <button id="download" class="toolbarButton hiddenMediumView" title="Save" role="radio" aria-checked="false" tabindex="35" data-l10n-id="pdfjs-save-button">
 | 
					                  <button id="download" class="toolbarButton hiddenMediumView" title="Save" role="radio" aria-checked="false" tabindex="35" data-l10n-id="pdfjs-save-button">
 | 
				
			||||||
                    <span data-l10n-id="pdfjs-save-button-label">Save</span>
 | 
					                    <span data-l10n-id="pdfjs-save-button-label">Save</span>
 | 
				
			||||||
                  </button>
 | 
					                  </button>
 | 
				
			||||||
                  <button id="editorStamp" class="toolbarButton hidden" hidden="true" disabled="disabled" title="Add or edit images" role="radio" aria-checked="false" aria-controls="editorStampParamsToolbar" tabindex="36" data-l10n-id="pdfjs-editor-stamp-button">
 | 
					                  <button id="editorStamp" class="toolbarButton hiddenMediumView" title="Add or edit images" role="radio" aria-checked="false" aria-controls="editorStampParamsToolbar" tabindex="36" data-l10n-id="pdfjs-editor-stamp-button">
 | 
				
			||||||
                    <span data-l10n-id="pdfjs-editor-stamp-button-label">Add or edit images</span>
 | 
					                    <span data-l10n-id="pdfjs-editor-stamp-button-label">Add or edit images</span>
 | 
				
			||||||
                  </button>
 | 
					                  </button>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user