First of all, thanks for the project!
I am trying to get anyrun to look more like Spotlight and I couldn't get the "list" element that contains the rows (of plugins) to hide when there's nothing to be shown.
Here's what it looks like:

And here are the nodes, I am certain that my issue is with element list with ID main

Here's the CSS I am using right now:
window {
background-color: transparent;
}
entry {
border: none;
box-shadow: 0 8px 16px -8px #555;
border-radius: 8px;
font-size: 16px;
padding: 8px 16px;
margin-bottom: 16px;
}
main {
border: none;
border-radius: 8px;
font-size: 16px;
padding: 8px 16px;
}
list {
border: none;
border-radius: 8px;
font-size: 16px;
}
First of all, thanks for the project!
I am trying to get anyrun to look more like Spotlight and I couldn't get the "list" element that contains the rows (of plugins) to hide when there's nothing to be shown.
Here's what it looks like:

And here are the nodes, I am certain that my issue is with element

listwith IDmainHere's the CSS I am using right now: