nandi/frqpublic Fork 0
74c483a
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

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>
nandi committed 2026-08-30T13:08:09-07:00 Browse files
74c483a parent: a7c88eb
modified src/frq/app.jolt +1 -1
@@ -429,7 +429,7 @@
429429 [:vbox {:key :text :spacing 2}
430430 (map-indexed (fn [j run] (run-node j run (:system? m)))
431431 (text-runs (:text m)))
432- [:vbox {:key :reactions-row}
432+ [:vbox {:key :reactions-row :margin-top 6}
433433 (when (and (:id m) (not (:system? m)) (seq (:reactions m)))
434434 [reaction-row @s/current m])]]]
435435 ;; 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 the435 ;; And the picker, when this is the message it was opened on: under the