diff options
author | dan <[email protected]> | 2023-02-28 14:25:58 -0500 |
---|---|---|
committer | dan <[email protected]> | 2023-02-28 14:25:58 -0500 |
commit | 1262c62b38175e5c2de5cfa626cef7e3ab437926 (patch) | |
tree | ab461511bab0181e2ab4bd5c3f8b72ca5855be08 | |
parent | 4fc817ba2e33d17077f0526b98d1e91545fe7a86 (diff) | |
download | 54-1262c62b38175e5c2de5cfa626cef7e3ab437926.tar.gz 54-1262c62b38175e5c2de5cfa626cef7e3ab437926.tar.bz2 54-1262c62b38175e5c2de5cfa626cef7e3ab437926.zip |
set min-height for post content
-rw-r--r-- | main.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ [class "delete-button"]) "[delete]") '()) - (p ,(content p)) + (p (@ [style "min-height:0.5em"]) ,(content p)) (div [@ (class "post-info")] (em "- " ,(user p)) (span (@ [style "float:right;"]) |