fix: search button

This commit is contained in:
Jean-Baptiste Pasquier
2021-05-11 12:50:11 +02:00
parent 58e489409a
commit 0f7256a25d
6 changed files with 10 additions and 9 deletions

View File

@ -32,7 +32,7 @@ if componentSet.has("events")
script(type="module", src="https://cdn.skypack.dev/@startinblox/component-event@beta", defer)
//- script(type="module", src="/lib/solid-event/solid-event.js", defer)
if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources")
//- if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@beta" defer)
if componentSet.has("invoices")

View File

@ -87,12 +87,12 @@ nav#main__menu {
}
}
button {
div>button {
background: transparent;
border: none;
color: #D0D4DA;
margin-top: 0 !important;
height: auto;
height: 100%;
@media (max-width: 768px) {
width: 20%;

View File

@ -1,4 +1,4 @@
solid-form-search.icon.children-icon-magnifier(
solid-form-search(
id='general-search'
class='segment block form menu-search'
fields='name'
@ -11,6 +11,7 @@ solid-form-search.icon.children-icon-magnifier(
submit-button=""
submit-widget="button"
class-submit-button="icon children-icon-magnifier"
)
div.divider
solid-router#navbar-router(default-route=defaultRoute)