Преглед на файлове

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

Enrico Berti преди 9 години
родител
ревизия
7271ff136b
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  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">