X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/af3ffa21cede6f4e547a18999d764ec8ee07daa4..e604fe43fe077291ff4d4bd528eb48ef6bec6d21:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index e4c73712..db00e6a8 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -28,10 +28,12 @@ $('#images-wrap').width(480); $('#sidebar').width(488); $('#images-wrap').data('lazyload:lastCheckedScrollTop', -10000); + $('#sidebar-toolbar').width(480); resizePanels(); }, function() { $('#images-wrap').width(0); $('#sidebar').width(8); + $('#sidebar-toolbar').width(0); resizePanels(); })