Skip to content

do not display empty list element (on launch) #178

Description

@itsyigid

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:
image

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


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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions