Adjust margins
This commit is contained in:
parent
d91efec17d
commit
bb536f76e7
|
@ -47,7 +47,7 @@
|
|||
</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: 'Starred', icon: 'state__starred', active: false, disabled: false },
|
||||
{ title: 'Recents', icon: 'objects__recent', active: false, disabled: false },
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
|
||||
<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>
|
||||
<div>
|
||||
|
@ -111,7 +111,7 @@
|
|||
</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: 'Stack Metrics', icon: 'sections__activity', active: false, disabled: false },
|
||||
{ title: 'Servers', icon: 'alpha__server', active: false, disabled: false },
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<task-log :tasks="application.tasks" v-if="application.tasks[0]"></task-log>
|
||||
</div>
|
||||
|
||||
<sidebar class="-mt-2px" :links="[
|
||||
<sidebar class="-mt-1 md:-mt-2px" :links="[
|
||||
{ title: 'Environments', icon: 'alpha__grid', active: true, disabled: false },
|
||||
{ title: 'Product Keys', icon: 'locations__keys', active: false, disabled: true },
|
||||
{ title: 'Security', icon: 'alpha__security', active: false, disabled: true },
|
||||
|
|
Reference in a new issue