('#description')
@@ -87,11 +81,7 @@ export default function AppDetailContentDetails({
item && (
<>
-
-
-
+
diff --git a/src/components/shared/frame/SearchOverlay/Search.scss b/src/components/shared/frame/SearchOverlay/Search.scss
index 39ebdd406..ed4af5f17 100644
--- a/src/components/shared/frame/SearchOverlay/Search.scss
+++ b/src/components/shared/frame/SearchOverlay/Search.scss
@@ -39,6 +39,7 @@
top: 0px;
z-index: 9;
overflow: hidden;
+ left: 0px;
}
.new-search-section .MuiTextField-root {
diff --git a/src/components/shared/frame/SearchOverlay/SearchResultSection/search-result-section.scss b/src/components/shared/frame/SearchOverlay/SearchResultSection/search-result-section.scss
index 11df1d9ec..d20b41cd7 100644
--- a/src/components/shared/frame/SearchOverlay/SearchResultSection/search-result-section.scss
+++ b/src/components/shared/frame/SearchOverlay/SearchResultSection/search-result-section.scss
@@ -18,44 +18,15 @@
********************************************************************************/
.not-found {
- margin-top: 80px !important;
width: 100%;
text-align: center;
margin-bottom: 50px !important;
}
-.search-result-section .MuiPaper-root {
- border-radius: 0px !important;
- min-width: 80vw !important;
- left: 0px !important;
- right: 0px !important;
- position: relative !important;
- margin-left: 200px !important;
- margin-right: 200px !important;
-}
-
-//mobile layout
-@media (max-width: 480px) {
- .search-result-section {
- background-color: #ffffff;
- margin: 40px 0px 0px 0px !important;
- overflow: auto;
- }
-}
-
-//tab layout
-@media (max-width: 1024px) {
- .search-result-section {
- background-color: #ffffff;
- margin: 80px 0px 0px 0px;
- overflow: auto;
- }
-}
-
.search-result-section {
background-color: #ffffff;
- margin: 0px 200px;
margin-top: 80px;
+ width: 50vw;
.MuiListItem-gutters {
width: 100%;
@@ -79,3 +50,37 @@
background-color: #eaf1fe;
}
}
+
+.search-result-section .MuiPaper-root {
+ border-radius: 0px !important;
+ min-width: 80vw !important;
+ left: 0px !important;
+ right: 0px !important;
+ position: relative !important;
+ margin-left: 200px !important;
+ margin-right: 200px !important;
+}
+
+//tab layout
+@media (max-width: 1024px) {
+ .search-result-section {
+ background-color: #ffffff;
+ margin: 40px 0px 0px 0px;
+ overflow: auto;
+ width: 65vw;
+ }
+}
+
+//mobile layout
+@media (max-width: 480px) {
+ .search-result-section {
+ background-color: #ffffff;
+ margin: 20px 0px 0px 0px !important;
+ overflow: auto;
+ width: 100vw;
+ }
+
+ .MuiDialog-paper {
+ min-width: 100%;
+ }
+}
diff --git a/src/components/shared/frame/SearchOverlay/index.tsx b/src/components/shared/frame/SearchOverlay/index.tsx
index 12f034bc1..231295139 100644
--- a/src/components/shared/frame/SearchOverlay/index.tsx
+++ b/src/components/shared/frame/SearchOverlay/index.tsx
@@ -31,19 +31,6 @@ export default function MainSearchOverlay() {
return (
)
diff --git a/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySide.tsx b/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySide.tsx
index 6c79e8617..fcc621b96 100644
--- a/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySide.tsx
+++ b/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySide.tsx
@@ -45,7 +45,7 @@ export default function TextImageSideBySide({
additionalStyles={{
textAlign: 'center',
}}
- width="490px"
+ width="50%"
/>
}
/>
diff --git a/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySideWithSections.tsx b/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySideWithSections.tsx
index 5e33f038b..e0150993e 100644
--- a/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySideWithSections.tsx
+++ b/src/components/shared/templates/StaticTemplateResponsive/Cards/TextImageSideBySideWithSections.tsx
@@ -109,7 +109,7 @@ export default function TextImageSideBySideWithSections({
additionalStyles={{
textAlign: 'center',
}}
- width="490px"
+ width="50%"
/>
)}