Skip to content

Commit

Permalink
fixup! fix(ChatView): apply reduced spacing when in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Jul 29, 2024
1 parent 47b1da8 commit b9e6e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
-->

<template>
<div :class="['chatView', { 'chatView--sidebar': isSidebar }]"
<div class="chatView"
:class="{ 'chatView--sidebar': isSidebar }"
@dragover.prevent="handleDragOver"
@dragleave.prevent="handleDragLeave"
@drop.prevent="handleDropFiles">
Expand Down

0 comments on commit b9e6e42

Please sign in to comment.