From cf862e1a2ff73ac77960c14a078d50bf78754506 Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:01:02 +0330 Subject: [PATCH 01/11] CardList --- components/haditha/CardList.vue | 19 ++++++++++++++++++- pages/haditha/library/index.vue | 6 ++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/components/haditha/CardList.vue b/components/haditha/CardList.vue index b63e54c..3682f1d 100644 --- a/components/haditha/CardList.vue +++ b/components/haditha/CardList.vue @@ -41,7 +41,9 @@ const goToLibraryShow = (item) => { /> -
+
{ margin: 0 1em; margin-right: auto; margin-left: auto; + height: 100%; .page-header { margin-bottom: 2em; @@ -130,6 +133,7 @@ const goToLibraryShow = (item) => { /* padding: 1em 1.3em; */ height: calc(100dvh - 13.5em); overflow-y: auto; + /* margin: 0 24px; */ .library-list-item { width: 140; @@ -166,5 +170,18 @@ const goToLibraryShow = (item) => { letter-spacing: 0%; text-align: center; } + @media screen and (max-width: 719.99px) { + .library-list-contianer { + } + .library-list { + height: calc(100dvh - 8em); + } + + .page-header { + margin-top: 4em; + margin-right: 2em; + margin-bottom: 1em; + } + } } diff --git a/pages/haditha/library/index.vue b/pages/haditha/library/index.vue index dae0e9c..6ce3f43 100644 --- a/pages/haditha/library/index.vue +++ b/pages/haditha/library/index.vue @@ -179,4 +179,10 @@ const CardList = defineAsyncComponent(() => padding-top: 8.3em; background: #f7fffd; } + +@media screen and (max-width: 719.99px) { + .search-box-container { + padding-top: 0em; +} +} From e537798081efbfe29b74d317cdbf95289512f67e Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:35:05 +0330 Subject: [PATCH 02/11] =?UTF-8?q?=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7?= =?UTF-8?q?=D8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/haditha/CardList.vue | 2 + pages/haditha/public-pages/about-us.vue | 53 ++++++++++++++---------- pages/haditha/public-pages/contactus.vue | 24 +++++++---- pages/haditha/public-pages/rules.vue | 14 +++++-- 4 files changed, 61 insertions(+), 32 deletions(-) diff --git a/components/haditha/CardList.vue b/components/haditha/CardList.vue index 3682f1d..e94af1a 100644 --- a/components/haditha/CardList.vue +++ b/components/haditha/CardList.vue @@ -45,6 +45,7 @@ const goToLibraryShow = (item) => { class="library-list grid grid-cols-2 gap-x-15 gap-y-12 md:grid-cols-5 md:gap-x-28 md:gap-y-12 mx-6" > { } } } + diff --git a/pages/haditha/public-pages/about-us.vue b/pages/haditha/public-pages/about-us.vue index c1487e4..8286796 100644 --- a/pages/haditha/public-pages/about-us.vue +++ b/pages/haditha/public-pages/about-us.vue @@ -30,7 +30,9 @@ const NavigationMenu = defineAsyncComponent(() => -