mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Fix linting.
This commit is contained in:
parent
fd33f11ab4
commit
ad74448696
@ -36,7 +36,7 @@
|
||||
<ds-flex v-if="singleRoom">
|
||||
<ds-flex-item centered class="single-chat-bubble">
|
||||
<nuxt-link :to="{ name: 'chat' }">
|
||||
<base-button icon="expand" circle size="small"/>
|
||||
<base-button icon="expand" size="small" circle />
|
||||
</nuxt-link>
|
||||
</ds-flex-item>
|
||||
<ds-flex-item centered>
|
||||
@ -45,7 +45,7 @@
|
||||
@click="$emit('close-single-room', true)"
|
||||
>
|
||||
<slot name="menu-icon">
|
||||
<base-button icon="close" circle size="small"/>
|
||||
<base-button icon="close" size="small" circle />
|
||||
</slot>
|
||||
</div>
|
||||
</ds-flex-item>
|
||||
|
||||
@ -77,8 +77,8 @@ const STYLE = {
|
||||
colorTag: '#0d579c',
|
||||
backgroundImage: '#ddd',
|
||||
colorNewMessages: styleData.chatNewMessageColor,
|
||||
backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge, // styleData.chatRoomBackgroundCounterBadge,
|
||||
colorScrollCounter: styleData.chatRoomColorCounterBadge, //styleData.chatRoomColorCounterBadge,
|
||||
backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge,
|
||||
colorScrollCounter: styleData.chatRoomColorCounterBadge,
|
||||
backgroundReaction: '#eee',
|
||||
borderStyleReaction: '1px solid #eee',
|
||||
backgroundReactionHover: '#fff',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user