update layout
This commit is contained in:
parent
cb8664bd56
commit
332f5bb604
1 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
<body class="overflow-auto">
|
||||||
<nav class="fixed top-0 z-50 w-full bg-primary border-b border-gray-200">
|
<nav class="fixed top-0 z-50 w-full bg-primary border-b border-gray-200">
|
||||||
<div class="px-3 py-3 lg:px-5 lg:pl-3">
|
<div class="px-3 py-3 lg:px-5 lg:pl-3">
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
|
|
@ -93,7 +94,7 @@
|
||||||
<a
|
<a
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
||||||
role="menuitem"
|
role="menuitem"
|
||||||
>Settings</a
|
>Settings</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -101,7 +102,7 @@
|
||||||
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
||||||
role="menuitem"
|
role="menuitem"
|
||||||
(click)="logout()"
|
(click)="logout()"
|
||||||
>Sign out</a
|
>Sign out</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -145,8 +146,9 @@
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<div class="pt-10 sm:ml-64">
|
<div class="fixed pt-10 sm:ml-64">
|
||||||
<div class="p-2 sm:mt-5 md:mt-14">
|
<div class="p-2 sm:mt-5 md:mt-14">
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue