remove search bar code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4ff0e3445c
commit
272b1f7419
@ -67,10 +67,6 @@
|
|||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="search">
|
|
||||||
<img src="{{ .Site.Params.baseURL }}/img/search.svg" alt="search">
|
|
||||||
<input type="search" name="" id="">
|
|
||||||
</div>
|
|
||||||
<a href="https://members.lumbung.space" id="login">login</a>
|
<a href="https://members.lumbung.space" id="login">login</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
@ -179,14 +179,6 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-menu .search {
|
|
||||||
display: flex;
|
|
||||||
justify-content: flex-end;
|
|
||||||
align-items: flex-end;
|
|
||||||
/* temporarily disabling search */
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#top-menu input {
|
#top-menu input {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
@ -866,7 +858,6 @@ footer a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu,
|
.menu,
|
||||||
#top-menu .search,
|
|
||||||
#login {
|
#login {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user