fix: search button
This commit is contained in:
@ -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")
|
||||
|
@ -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%;
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user