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