Explorar o código

HUE-7505 [fb] The file properties in the file viewer are too close to the action menu

Enrico Berti %!s(int64=8) %!d(string=hai) anos
pai
achega
8805a03a4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/display.mako

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

@@ -85,7 +85,7 @@ ${ fb_components.menubar() }
           <!-- /ko -->
 
            <!-- ko if: $root.file().stats -->
-           <li class="white">
+           <li class="white margin-top-20">
             <dl class="muted">
               <dt>${_('Last modified')}</dt>
               <dd data-bind="text: localeFormat($root.file().stats.mtime()*1000)"></dd>