-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
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.
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;
}Metadata
Metadata
Assignees
Labels
No labels