app/views/lookbook/components/_header.html.erb in lookbook-0.5.0.beta.2 vs app/views/lookbook/components/_header.html.erb in lookbook-0.5.0

- old
+ new

@@ -1,6 +1,6 @@ -<header class="py-2 px-4 w-full flex-none bg-white border-b border-gray-300 flex items-center h-10 select-none min-w-0"> - <button class="flex-none mr-3" x-show="!$store.layout.desktop" @click="$store.sidebar.toggle"> +<header class="pl-4 w-full flex-none bg-white border-b border-gray-300 flex items-center h-10 select-none min-w-0"> + <button class="flex-none mr-6" x-show="!$store.layout.desktop" @click="$store.sidebar.toggle"> <svg class="feather w-5 h-5 hover:text-indigo-500 transition"> <use xlink:href="/lookbook-assets/feather-sprite.svg#menu" /> </svg> </button> <%= yield %> \ No newline at end of file