Adjust margins

This commit is contained in:
Oliver Davies 2019-04-09 02:14:14 +01:00
parent d91efec17d
commit bb536f76e7
3 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@
</div> </div>
</div> </div>
<sidebar class="md:-mt-2px" :links="[ <sidebar class="mt-3 md:-mt-2px" :links="[
{ title: 'All', icon: 'alpha__grid', active: true, disabled: false }, { title: 'All', icon: 'alpha__grid', active: true, disabled: false },
{ title: 'Starred', icon: 'state__starred', active: false, disabled: false }, { title: 'Starred', icon: 'state__starred', active: false, disabled: false },
{ title: 'Recents', icon: 'objects__recent', active: false, disabled: false }, { title: 'Recents', icon: 'objects__recent', active: false, disabled: false },

View file

@ -17,7 +17,7 @@
</div> </div>
<div class="mt-48"> <div class="mt-48">
<div class="-mt-3 md:-mt-1 flex flex-row-reverse h-full"> <div class="-mt-6 md:-mt-3 flex flex-row-reverse h-full">
<div class="flex-1 p-4 lg:p-12 ml-16 lg:ml-56 overflow-x-hidden"> <div class="flex-1 p-4 lg:p-12 ml-16 lg:ml-56 overflow-x-hidden">
<div> <div>
<div> <div>
@ -111,7 +111,7 @@
</div> </div>
</div> </div>
<sidebar class="-mt-2px" :links="[ <sidebar class="-mt-1 md:-mt-2px" :links="[
{ title: 'Overview', icon: 'sections__applications', active: true, disabled: false }, { title: 'Overview', icon: 'sections__applications', active: true, disabled: false },
{ title: 'Stack Metrics', icon: 'sections__activity', active: false, disabled: false }, { title: 'Stack Metrics', icon: 'sections__activity', active: false, disabled: false },
{ title: 'Servers', icon: 'alpha__server', active: false, disabled: false }, { title: 'Servers', icon: 'alpha__server', active: false, disabled: false },

View file

@ -53,7 +53,7 @@
<task-log :tasks="application.tasks" v-if="application.tasks[0]"></task-log> <task-log :tasks="application.tasks" v-if="application.tasks[0]"></task-log>
</div> </div>
<sidebar class="-mt-2px" :links="[ <sidebar class="-mt-1 md:-mt-2px" :links="[
{ title: 'Environments', icon: 'alpha__grid', active: true, disabled: false }, { title: 'Environments', icon: 'alpha__grid', active: true, disabled: false },
{ title: 'Product Keys', icon: 'locations__keys', active: false, disabled: true }, { title: 'Product Keys', icon: 'locations__keys', active: false, disabled: true },
{ title: 'Security', icon: 'alpha__security', active: false, disabled: true }, { title: 'Security', icon: 'alpha__security', active: false, disabled: true },