Skip to content

Commit

Permalink
fix(search-panel): add gap to layout for improved spacing between ele…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
purocean committed Jan 6, 2025
1 parent 4139774 commit fdbacbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/SearchPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ onBeforeUnmount(() => {
font-size: 14px;
user-select: none;
padding: 6px;
gap: 4px;
&::-webkit-details-marker,
&::marker {
Expand Down Expand Up @@ -1084,7 +1085,6 @@ onBeforeUnmount(() => {
min-width: 16px;
text-align: center;
padding: 0 4px;
margin-left: 6px;
border-radius: 8px;
&.replace-status {
Expand Down

0 comments on commit fdbacbe

Please sign in to comment.