aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts')
-rw-r--r--themes/simple/layouts/partials/comments.html3
-rw-r--r--themes/simple/layouts/partials/tailwind.html4
2 files changed, 4 insertions, 3 deletions
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 @@
13 serverName: "cactus.chat", 13 serverName: "cactus.chat",
14 siteName: "mitjafelicijan.com", 14 siteName: "mitjafelicijan.com",
15 commentSectionId: "{{.File}}", 15 commentSectionId: "{{.File}}",
16 updateInterval: 15 16 pageSize: 50,
17 updateInterval: 10,
17 }); 18 });
18 }); 19 });
19 </script> 20 </script>
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 @@
108 max-width: inherit !important; 108 max-width: inherit !important;
109 } 109 }
110 .cactus-container .cactus-editor-textarea { 110 .cactus-container .cactus-editor-textarea {
111 @apply border w-full px-3 py-2 outline-none rounded mb-2; 111 @apply border w-full h-32 px-3 py-2 outline-none rounded mb-2;
112 } 112 }
113 113
114 .cactus-container .cactus-editor-name input { 114 .cactus-container .cactus-editor-name input {
@@ -125,7 +125,7 @@
125 } 125 }
126 126
127 .cactus-container .cactus-button { 127 .cactus-container .cactus-button {
128 @apply text-base bg-gray-200 font-medium px-4 py-1 rounded; 128 @apply text-base bg-gray-200 font-medium px-4 py-2 rounded;
129 } 129 }
130 130
131 .cactus-container .cactus-editor { 131 .cactus-container .cactus-editor {