Give the pills their own air again
Two points under the text was tight enough to read as one block; the pills sit four further down, still nearer the line they are on than that line is to its sender. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
74c483a parent: a7c88eb modified
src/frq/app.jolt +1 -1 | @@ -429,7 +429,7 @@ | ||
| 429 | 429 | [:vbox {:key :text :spacing 2} |
| 430 | 430 | (map-indexed (fn [j run] (run-node j run (:system? m))) |
| 431 | 431 | (text-runs (:text m))) |
| 432 | - [:vbox {:key :reactions-row} | |
| 432 | + [:vbox {:key :reactions-row :margin-top 6} | |
| 433 | 433 | (when (and (:id m) (not (:system? m)) (seq (:reactions m))) |
| 434 | 434 | [reaction-row @s/current m])]]] |
| 435 | 435 | ;; And the picker, when this is the message it was opened on: under the |
| @@ -429,7 +429,7 @@ | |||
| 429 | [:vbox {:key :text :spacing 2} | 429 | [:vbox {:key :text :spacing 2} |
| 430 | (map-indexed (fn [j run] (run-node j run (:system? m))) | 430 | (map-indexed (fn [j run] (run-node j run (:system? m))) |
| 431 | (text-runs (:text m))) | 431 | (text-runs (:text m))) |
| 432 | - [:vbox {:key :reactions-row} | 432 | + [:vbox {:key :reactions-row :margin-top 6} |
| 433 | (when (and (:id m) (not (:system? m)) (seq (:reactions m))) | 433 | (when (and (:id m) (not (:system? m)) (seq (:reactions m))) |
| 434 | [reaction-row @s/current m])]]] | 434 | [reaction-row @s/current m])]]] |
| 435 | ;; And the picker, when this is the message it was opened on: under the | 435 | ;; And the picker, when this is the message it was opened on: under the |