feat: search field

This commit is contained in:
2024-07-22 00:40:40 +03:00
parent 16d631423c
commit f53c36bea4
8 changed files with 108 additions and 33 deletions

View File

@@ -7,8 +7,10 @@
}
}
<app-header></app-header>
<div class="h-12"></div>
<div class="content">
<div class="md:h-12 h-16"></div>
<div
class="content overflow-y-auto md:h-[calc(100vh-3rem)] h-[calc(100vh-4rem)] flex flex-col justify-between flex-shrink-0"
>
<router-outlet></router-outlet>
<app-footer></app-footer>
</div>