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 06c87d9 commit 7ebc2d7Copy full SHA for 7ebc2d7
src/clojurians_log/styles.clj
@@ -349,9 +349,27 @@
349
350
[:.message.thread-msg {:margin-left "1rem"}]
351
352
+ [:.message-reaction-bar
353
+ {:margin-top "8px"
354
+ :margin-bottom "8px"}]
355
+
356
+ [:.message-reaction
357
+ {:font-size "11px"
358
+ :line-height "16px"
359
+ :padding "4px 6px"
360
+ :display "inline-flex"
361
+ :align-items "center"
362
+ :vertical-align "top"
363
+ :background "#f6f6f6"
364
+ :border "none"
365
+ :border-radius "12px"
366
+ :margin-bottom "4px"
367
+ :margin-right "4px"}]
368
369
[:.emoji
- [:img {:height "22px"
- :width "22px"}]]
370
+ {:margin-right "4px"}
371
+ [:img {:height "16px"
372
+ :width "16px"}]]
373
374
[:.content
375
{:display "flex"
0 commit comments