diff --git a/www/js/version.json b/www/js/version.json index f8f6f90..2aa9fce 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.28", - "VERSION_NUMBER": "0.7.28", - "BUILD_DATE": "2026-06-26T00:20:10.087Z" + "VERSION": "v0.7.29", + "VERSION_NUMBER": "0.7.29", + "BUILD_DATE": "2026-06-26T00:29:51.222Z" } diff --git a/www/post-feed.html b/www/post-feed.html index 2e5f2f2..651774f 100644 --- a/www/post-feed.html +++ b/www/post-feed.html @@ -109,6 +109,14 @@ width: 100%; } + .topPostComposerInput { + min-height: 6em; + padding: 8px; + line-height: 1.4; + border: 2px solid var(--primary-color); + border-radius: 10px; + } + .divPostItem .post-composer-wrapper { width: 100%; }