Skip to content

Commit

Permalink
in speech-to-text settings, fix the jumping of pin icons (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwako authored Feb 22, 2024
1 parent 0db5499 commit dd9188c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/settings/STT.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ export default {
width: 100%;
}
.language-card .pin-icon-not-pinned {
.language-card .pin-icon-not-pinned:before {
display: none !important;
}
.language-card:hover .pin-icon-not-pinned {
.language-card:hover .pin-icon-not-pinned:before {
display: inline-block !important;
}
Expand Down

0 comments on commit dd9188c

Please sign in to comment.