Skip to content

Commit

Permalink
feat: add bottom padding to search panel for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Dec 24, 2024
1 parent 07f8267 commit a532dc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/SearchPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ onBeforeUnmount(() => {
height: calc(100% - 40px);
margin-top: 2px;
padding-top: 6px;
padding-bottom: 1em;
border-top: 1px solid var(--g-color-90);
&::-webkit-scrollbar {
Expand Down

0 comments on commit a532dc0

Please sign in to comment.