From 4f6fcac02aed0a318b5d7e735be8b8c88dccd28d Mon Sep 17 00:00:00 2001 From: F4ilji Date: Sat, 14 Jun 2025 19:26:24 +0500 Subject: [PATCH] cosmetic fixes --- resources/js/Pages/Client/Posts/Show.vue | 6 +- .../posts/components/PostAuthorsList.vue | 36 ++++++---- .../builder/pageBuilder/blocks/ImageBlock.vue | 25 +++++-- .../pageBuilder/blocks/ParagraphBlock.vue | 2 +- .../js/componentss/ui/buttons/BackButton.vue | 69 +++++++++---------- 5 files changed, 75 insertions(+), 63 deletions(-) diff --git a/resources/js/Pages/Client/Posts/Show.vue b/resources/js/Pages/Client/Posts/Show.vue index 60980b0..5fe4e19 100644 --- a/resources/js/Pages/Client/Posts/Show.vue +++ b/resources/js/Pages/Client/Posts/Show.vue @@ -92,7 +92,7 @@ export default {
- + @@ -103,7 +103,6 @@ export default {
- @@ -111,8 +110,7 @@ export default {
- - +
diff --git a/resources/js/componentss/features/posts/components/PostAuthorsList.vue b/resources/js/componentss/features/posts/components/PostAuthorsList.vue index c8f286b..f5029f5 100644 --- a/resources/js/componentss/features/posts/components/PostAuthorsList.vue +++ b/resources/js/componentss/features/posts/components/PostAuthorsList.vue @@ -1,19 +1,25 @@ - \ No newline at end of file