Make min screen size larger

This commit is contained in:
2019-07-17 23:29:44 +02:00
parent 177219feb7
commit c374e6fb10

View File

@@ -14,7 +14,7 @@ var Viewer = {
}
// On small screens the toolbar takes too much space, so it collapses automatically
if($("#filepreview").width() > 400 && !Toolbar.visible){
if($("#filepreview").width() > 500 && !Toolbar.visible){
Toolbar.toggle();
}