Skip to content

Commit

Permalink
fix SelectedCommand header height
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Dec 6, 2024
1 parent 501ccd0 commit 318e845
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,10 @@
.command-name .open-dictionary {
background: none;
border: 0;
border: none;
color: var(--st-button-icon-color);
cursor: pointer;
display: inline-flex;
padding: 0;
}
Expand Down

0 comments on commit 318e845

Please sign in to comment.