added zoom in buttons
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{define "zoom-toggle-button"}}
|
||||
<!-- Zoom Toggle Button (Fixed Right, above shortcuts button) -->
|
||||
<button
|
||||
id="zoom-toggle-button"
|
||||
class="fixed-btn zoom-toggle-btn no-print"
|
||||
aria-label="{{if eq .Lang "es"}}Alternar control de zoom{{else}}Toggle zoom control{{end}}"
|
||||
title="{{if eq .Lang "es"}}Control de zoom{{else}}Zoom control{{end}}">
|
||||
<iconify-icon icon="mdi:magnify" width="28" height="28"></iconify-icon>
|
||||
</button>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user