Skip to content

Commit 7ebc2d7

Browse files
committed
feat: make reactions pretty
1 parent 06c87d9 commit 7ebc2d7

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

src/clojurians_log/styles.clj

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,27 @@
349349

350350
[:.message.thread-msg {:margin-left "1rem"}]
351351

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+
352369
[:.emoji
353-
[:img {:height "22px"
354-
:width "22px"}]]
370+
{:margin-right "4px"}
371+
[:img {:height "16px"
372+
:width "16px"}]]
355373

356374
[:.content
357375
{:display "flex"

0 commit comments

Comments
 (0)