We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3060be0 commit bc40e5cCopy full SHA for bc40e5c
src/quo2/components/notifications/activity_logs.cljs
@@ -21,7 +21,7 @@
21
22
(defn- activity-unread-dot
23
[]
24
- [rn/view {:margin-left :auto
+ [rn/view {:margin-left 14
25
:margin-right 6
26
:background-color colors/primary-50
27
:width 8
@@ -134,13 +134,13 @@
134
:padding-left 8
135
:flex 1}
136
[rn/view {:flex 1
137
- :flex-wrap :wrap
138
:align-items :center
139
:flex-direction :row}
140
141
- :flex-direction :row
142
- :align-items :center}
143
- [activity-title title]
+ :align-items :center
+ :flex-direction :row}
+ [rn/view {:flex-shrink 1}
+ [activity-title title]]
144
[activity-timestamp timestamp]]
145
(when unread?
146
[activity-unread-dot])]
0 commit comments