From 564d3a7515ad0196ee654845c9dc9be4f538693e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 7 Oct 2022 22:51:39 +0200 Subject: Minor fixes to comments --- themes/simple/layouts/partials/comments.html | 3 ++- themes/simple/layouts/partials/tailwind.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html index dd73bb4..7978917 100644 --- a/themes/simple/layouts/partials/comments.html +++ b/themes/simple/layouts/partials/comments.html @@ -13,7 +13,8 @@ serverName: "cactus.chat", siteName: "mitjafelicijan.com", commentSectionId: "{{.File}}", - updateInterval: 15 + pageSize: 50, + updateInterval: 10, }); }); diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html index 1786ffd..fd6d34c 100644 --- a/themes/simple/layouts/partials/tailwind.html +++ b/themes/simple/layouts/partials/tailwind.html @@ -108,7 +108,7 @@ max-width: inherit !important; } .cactus-container .cactus-editor-textarea { - @apply border w-full px-3 py-2 outline-none rounded mb-2; + @apply border w-full h-32 px-3 py-2 outline-none rounded mb-2; } .cactus-container .cactus-editor-name input { @@ -125,7 +125,7 @@ } .cactus-container .cactus-button { - @apply text-base bg-gray-200 font-medium px-4 py-1 rounded; + @apply text-base bg-gray-200 font-medium px-4 py-2 rounded; } .cactus-container .cactus-editor { -- cgit v1.2.3