From 313afbd6db2c6a842670fb5202d1a8842d51c290 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 8 Jul 2018 23:41:09 +0900 Subject: [PATCH 1/2] Update messaging-room.vue --- src/client/app/common/views/components/messaging-room.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/client/app/common/views/components/messaging-room.vue b/src/client/app/common/views/components/messaging-room.vue index b2831d692..291971d4d 100644 --- a/src/client/app/common/views/components/messaging-room.vue +++ b/src/client/app/common/views/components/messaging-room.vue @@ -255,7 +255,8 @@ root(isDark) width 100% max-width 600px margin 0 auto - flex 1 + flex 1 1 0 + overflow-y auto > .init width 100% @@ -341,10 +342,6 @@ root(isDark) background isDark ? #191b22 : #fff > footer - position -webkit-sticky - position sticky - z-index 2 - bottom 0 width 100% max-width 600px margin 0 auto From 7b3f52505e2566fbf0b1bd824d6ea71c15cacaff Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 8 Jul 2018 23:45:16 +0900 Subject: [PATCH 2/2] Update messaging-room.message.vue --- .../components/messaging-room.message.vue | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/src/client/app/common/views/components/messaging-room.message.vue b/src/client/app/common/views/components/messaging-room.message.vue index f33173da6..1f1863992 100644 --- a/src/client/app/common/views/components/messaging-room.message.vue +++ b/src/client/app/common/views/components/messaging-room.message.vue @@ -3,7 +3,6 @@
-

%i18n:@is-read%

@@ -23,6 +22,7 @@
@@ -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 @@ -186,11 +175,14 @@ root(isDark) margin 8px 0 > footer - display block + display flex margin 2px 0 0 0 - font-size 10px + font-size 11px color isDark ? rgba(#fff, 0.4) : rgba(#000, 0.4) + > .read + margin 0 8px 0 0 + > [data-fa] margin-left 4px @@ -222,7 +214,7 @@ root(isDark) color #fff > footer - text-align left + justify-content left &[data-is-me] > .avatar @@ -256,7 +248,7 @@ root(isDark) color #fff !important > footer - text-align right + justify-content right &[data-is-deleted] > .baloon