-
@@ -120,17 +120,6 @@ root(isDark)
height 16px
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
> .is-deleted
@@ -258,6 +247,12 @@ root(isDark)
> footer
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]
> .baloon
opacity 0.5
%i18n:@is-read%
@@ -23,6 +22,7 @@