فهرست منبع

HUE-3819 [fb] Make the upload and create icons not disappear under 1180px

Enrico Berti 9 سال پیش
والد
کامیت
a85c77a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir_components.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/listdir_components.mako

@@ -698,7 +698,7 @@ from django.utils.translation import ugettext as _
     };
 
     var resetActionbar = function() {
-      $(".actionbar").attr("style", "min-width: 1190px");
+      $(".actionbar").attr("style", "min-width: 800px");
       $(".actionbar").data("originalWidth", $(".actionbar").width());
       $(".actionbarGhost").addClass("hide");
     };