feat: started details page
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class="header fixed flex justify-between w-full p-2 bg-gray-700 md:h-8 h-auto items-center md:flex-row flex-col md:gap-0 gap-3"
|
||||
>
|
||||
<div class="flex justify-between flex-row w-full align-middle">
|
||||
<h1 class="text-white">NwaifuAnime</h1>
|
||||
<a href="/"><h1 class="text-white">NwaifuAnime</h1></a>
|
||||
<!-- Search bar on small screens -->
|
||||
<button type="button" class="md:hidden" (click)="changeMenu()">
|
||||
<i [class]="menuBtnClass"></i>
|
||||
@@ -15,6 +15,7 @@
|
||||
type="search"
|
||||
#searchInput
|
||||
class="outline-none ps-1 text-sm leading-6 w-full border-0 bg-transparent border-r border-gray-700"
|
||||
(keydown.enter)="search()"
|
||||
/>
|
||||
<button class="align-middle w-[100px] text-center" type="submit" (click)="search()">
|
||||
<span class="text-sm text-black h-full">Поиск</span>
|
||||
|
||||
Reference in New Issue
Block a user