mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix linting.
This commit is contained in:
parent
fd33f11ab4
commit
ad74448696
@ -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>
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user