Skip to content

Commit

Permalink
fix: force --default-clickable-area value for message action (server …
Browse files Browse the repository at this point in the history
…one is smaller than the button

Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jun 18, 2024
1 parent 8a15a5b commit 89c93c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChattyLLM/MessageActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default {

<style lang="scss" scoped>
.message-actions {
--default-clickable-area: 44px;
display: flex;
right: 0.5em;
top: 0.5em;
Expand Down

0 comments on commit 89c93c1

Please sign in to comment.