]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/home.blade.php
move zip export into exportservice
[bookstack] / resources / views / common / home.blade.php
index cd27ff5687e006fffa598cb30f4e2243601e4243..63b76aa108b4c73d82bbc8899305df924801540a 100644 (file)
@@ -3,8 +3,17 @@
 @section('body')
 
     <div class="container px-xl py-s">
-        <div class="icon-list inline block">
-            @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
+        <div class="grid half">
+            <div>
+                <div class="icon-list inline block">
+                    @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
+                </div>
+            </div>
+            <div class="text-m-right">
+                <div class="icon-list inline block">
+                    @include('partials.dark-mode-toggle', ['classes' => 'text-muted icon-list-item text-primary'])
+                </div>
+            </div>
         </div>
     </div>