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>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
@ -179,14 +179,6 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#top-menu .search {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-end;
|
||||
/* temporarily disabling search */
|
||||
display: none;
|
||||
}
|
||||
|
||||
#top-menu input {
|
||||
border: none;
|
||||
border-bottom: 1px solid #333;
|
||||
@ -866,7 +858,6 @@ footer a:hover {
|
||||
}
|
||||
|
||||
.menu,
|
||||
#top-menu .search,
|
||||
#login {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user