Explorar o código

Fix: styles for trash view

Sotaro KARASAWA %!s(int64=9) %!d(string=hai) anos
pai
achega
4c758ef33f
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      lib/views/page.html

+ 6 - 2
lib/views/page.html

@@ -32,8 +32,12 @@
   {% else %}
   {# trash/* #}
   <header id="page-header">
-    <a href="#" title="Bookmark" class="bookmark-link" id="bookmark-button" data-csrftoken="{{ csrf() }}" data-bookmarked="0"><i class="fa fa-star-o"></i></a>
-    <h1 class="title">{{ path|insertSpaceToEachSlashes }}</h1>
+    <div class="flex-title-line">
+      <h1 class="title flex-item-title">{{ path|insertSpaceToEachSlashes }}</h1>
+      <div class="flex-item-action">
+        <a href="#" title="Bookmark" class="bookmark-link" id="bookmark-button" data-csrftoken="{{ csrf() }}" data-bookmarked="0"><i class="fa fa-star-o"></i></a>
+      </div>
+    </div>
   </header>
   {% endif %}
 </div>