Browse Source

HUE-5490 [responsive] The Filebrowser list page shouldn't have a global bottom bar

Enrico Berti 9 năm trước cách đây
mục cha
commit
7271ff136b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      apps/filebrowser/src/filebrowser/templates/listdir.mako

+ 6 - 0
apps/filebrowser/src/filebrowser/templates/listdir.mako

@@ -35,6 +35,12 @@ ${ fb_components.menubar() }
   .tooltip.left {
     margin-left: -10px;
   }
+
+  %if is_embeddable:
+  #filebrowser .pagination {
+    position: inherit;
+  }
+  %endif
 </style>
 
 <div id="filebrowser" class="container-fluid">