Skip to content

Commit af24044

Browse files
committed
fixed nickname timestamp overlapping issue
1 parent 8e40727 commit af24044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/status_im/ui/screens/status/views.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
(when profile (re-frame/dispatch [:navigate-back]))
116116
(re-frame/dispatch [:chat.ui/show-profile from]))}
117117
(if outgoing
118-
[message/message-my-name {:profile? true :you? false}]
119-
[message/message-author-name from {:profile? true}])]
118+
[react/view {:style {:width ( * @(re-frame/subscribe [:dimensions/window-width]) 0.75)}} [message/message-my-name {:profile? true :you? false} ]]
119+
[react/view {:style {:width ( * @(re-frame/subscribe [:dimensions/window-width]) 0.75)}} [message/message-author-name from {:profile? true}]])]
120120
[react/text {:style {:font-size 10 :color colors/gray :margin-left :auto}}
121121
(datetime/time-ago (datetime/to-date timestamp))]]
122122
[react/view

0 commit comments

Comments
 (0)