Blog system enhancements: fix publish/unpublish permissions, add action buttons to blog listings, update gallery to show only published blog images, improve blog card layout and description truncation

This commit is contained in:
twotalesanimation
2025-12-08 10:20:12 +02:00
parent 54bd98c5de
commit 0af0bd33f9
66 changed files with 2178 additions and 210 deletions

View File

@@ -7124,7 +7124,7 @@ blockquote {
/* Comments */
.comments {
border-radius: 10px;
border: 1px solid var(--border-color); }
/* border: 1px solid var(--border-color); } */
.comment-body {
padding: 50px; }