Skip to content

Commit

Permalink
Merge pull request #1224 from mitosagi/plugin-script-filter
Browse files Browse the repository at this point in the history
feat: improve filter functionality
  • Loading branch information
hal-shu-sato authored Aug 26, 2023
2 parents 1328ce4 + cc03261 commit c8588dc
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 179 deletions.
4 changes: 3 additions & 1 deletion src/renderer/main/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ section,
section#packages .container-lg,
section#packages .container-lg > .card,
section#packages .container-lg > .card > .card-body,
section#packages .container-lg > .card > .card-body > div,
section#packages .container-lg > .card > .card-body > div > div,
section#nicommons .container-lg,
section#nicommons .container-lg > .card,
section#nicommons .container-lg > .card > .card-body {
Expand All @@ -28,7 +30,7 @@ main {
.title-bar {
height: env(titlebar-area-height, var(--fallback-title-bar-height));
}
button.dropdown-item:not(.selected) i {
button.dropdown-item:not(.selected) .bi-check {
visibility: hidden;
}
#packages-table ul {
Expand Down
Loading

0 comments on commit c8588dc

Please sign in to comment.