1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

toolbox: hidden in small screen + on the left

This commit is contained in:
Gabriel Poma 2025-07-02 12:31:44 +02:00
commit 4b977407a9

View file

@ -1295,7 +1295,7 @@ const toolBox = (function () {
_elToolbox = document.createElement('div')
_elToolbox.id = 'toolbox'
_elToolbox.classList.add('fixed-top', 'border', 'p-1', 'bg-body-secondary', 'shadow-sm', 'w-25', 'm-auto', 'mt-3', 'd-xs-none', 'd-sm-none', 'd-md-block')
_elToolbox.classList.add('fixed-top', 'border', 'p-1', 'bg-body-secondary', 'shadow-sm', 'w-25', 'ms-3', 'mt-3', 'd-none', 'd-md-block')
_elToolbox.appendChild(_coloricon)
_elToolbox.appendChild(_trashicon)