Fix linting.

This commit is contained in:
elweyn 2023-07-26 14:00:59 +02:00
parent fd33f11ab4
commit ad74448696
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
<ds-flex v-if="singleRoom"> <ds-flex v-if="singleRoom">
<ds-flex-item centered class="single-chat-bubble"> <ds-flex-item centered class="single-chat-bubble">
<nuxt-link :to="{ name: 'chat' }"> <nuxt-link :to="{ name: 'chat' }">
<base-button icon="expand" circle size="small"/> <base-button icon="expand" size="small" circle />
</nuxt-link> </nuxt-link>
</ds-flex-item> </ds-flex-item>
<ds-flex-item centered> <ds-flex-item centered>
@ -45,7 +45,7 @@
@click="$emit('close-single-room', true)" @click="$emit('close-single-room', true)"
> >
<slot name="menu-icon"> <slot name="menu-icon">
<base-button icon="close" circle size="small"/> <base-button icon="close" size="small" circle />
</slot> </slot>
</div> </div>
</ds-flex-item> </ds-flex-item>

View File

@ -77,8 +77,8 @@ const STYLE = {
colorTag: '#0d579c', colorTag: '#0d579c',
backgroundImage: '#ddd', backgroundImage: '#ddd',
colorNewMessages: styleData.chatNewMessageColor, colorNewMessages: styleData.chatNewMessageColor,
backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge, // styleData.chatRoomBackgroundCounterBadge, backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge,
colorScrollCounter: styleData.chatRoomColorCounterBadge, //styleData.chatRoomColorCounterBadge, colorScrollCounter: styleData.chatRoomColorCounterBadge,
backgroundReaction: '#eee', backgroundReaction: '#eee',
borderStyleReaction: '1px solid #eee', borderStyleReaction: '1px solid #eee',
backgroundReactionHover: '#fff', backgroundReactionHover: '#fff',