Skip to content

Commit

Permalink
💄 coordinate MemberInput height
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Nov 2, 2023
1 parent 3a0a7f3 commit 0594110
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/components/UI/MemberInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ const onClose = () => {
height: 24px;
background-color: $color-secondary;
mask: url('/icons/account.svg') no-repeat center center;
margin-top: 4px;
margin-left: 4px;
}
&:focus-within::before {
background-color: $color-primary;
Expand All @@ -153,4 +151,16 @@ const onClose = () => {
filter: brightness(0.95);
}
}
.select :global(.vs__selected) {
margin: 0 2px;
}
.select :global(.vs__search) {
margin: 0 2px;
}
.select :global(.vs__dropdown-toggle) {
padding: 8px;
}
</style>

0 comments on commit 0594110

Please sign in to comment.