mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
commit
b8e948b009
@ -3,7 +3,6 @@
|
|||||||
<mk-avatar class="avatar" :user="message.user" target="_blank"/>
|
<mk-avatar class="avatar" :user="message.user" target="_blank"/>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="balloon" :data-no-text="message.text == null">
|
<div class="balloon" :data-no-text="message.text == null">
|
||||||
<p class="read" v-if="isMe && message.isRead">%i18n:@is-read%</p>
|
|
||||||
<!-- <button class="delete-button" v-if="isMe" title="%i18n:common.delete%">
|
<!-- <button class="delete-button" v-if="isMe" title="%i18n:common.delete%">
|
||||||
<img src="/assets/desktop/messaging/delete.png" alt="Delete"/>
|
<img src="/assets/desktop/messaging/delete.png" alt="Delete"/>
|
||||||
</button> -->
|
</button> -->
|
||||||
@ -23,6 +22,7 @@
|
|||||||
<div></div>
|
<div></div>
|
||||||
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
||||||
<footer>
|
<footer>
|
||||||
|
<span class="read" v-if="isMe && message.isRead">%i18n:@is-read%</span>
|
||||||
<mk-time :time="message.createdAt"/>
|
<mk-time :time="message.createdAt"/>
|
||||||
<template v-if="message.is_edited">%fa:pencil-alt%</template>
|
<template v-if="message.is_edited">%fa:pencil-alt%</template>
|
||||||
</footer>
|
</footer>
|
||||||
@ -120,17 +120,6 @@ root(isDark)
|
|||||||
height 16px
|
height 16px
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
> .read
|
|
||||||
user-select none
|
|
||||||
display block
|
|
||||||
position absolute
|
|
||||||
z-index 1
|
|
||||||
bottom -4px
|
|
||||||
left -12px
|
|
||||||
margin 0
|
|
||||||
color isDark ? rgba(#fff, 0.5) : rgba(#000, 0.5)
|
|
||||||
font-size 11px
|
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
|
|
||||||
> .is-deleted
|
> .is-deleted
|
||||||
@ -258,6 +247,12 @@ root(isDark)
|
|||||||
> footer
|
> footer
|
||||||
text-align right
|
text-align right
|
||||||
|
|
||||||
|
> .read
|
||||||
|
user-select none
|
||||||
|
margin 0 4px 0 0
|
||||||
|
color isDark ? rgba(#fff, 0.5) : rgba(#000, 0.5)
|
||||||
|
font-size 11px
|
||||||
|
|
||||||
&[data-is-deleted]
|
&[data-is-deleted]
|
||||||
> .baloon
|
> .baloon
|
||||||
opacity 0.5
|
opacity 0.5
|
||||||
|
Loading…
Reference in New Issue
Block a user