From b2f696bdde40c69f2142b6188c3c7e06cf9c54bd Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 6 Feb 2017 17:00:22 +0900 Subject: [PATCH] [Client] :v: --- src/web/app/desktop/tags/notifications.tag | 41 +++++++++++++--------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/src/web/app/desktop/tags/notifications.tag b/src/web/app/desktop/tags/notifications.tag index b4920ffc2..a6c239efd 100644 --- a/src/web/app/desktop/tags/notifications.tag +++ b/src/web/app/desktop/tags/notifications.tag @@ -3,36 +3,42 @@

{ notification._datetext }{ notifications[i + 1]._datetext }

@@ -49,6 +55,7 @@ > .notification margin 0 padding 16px + word-wrap break-word font-size 0.9em border-bottom solid 1px rgba(0, 0, 0, 0.05) @@ -64,17 +71,17 @@ color rgba(0, 0, 0, 0.6) font-size small - > .main - word-wrap break-word - &:after content "" display block clear both - .avatar-anchor + > .avatar-anchor display block float left + position -webkit-sticky + position sticky + top 16px img min-width 36px @@ -83,7 +90,7 @@ max-height 36px border-radius 6px - .text + > .text float right width calc(100% - 36px) padding-left 8px