From 6fdb67255824011a16541850764e6bd9324b75bc Mon Sep 17 00:00:00 2001 From: roiLeo Date: Tue, 4 Feb 2025 12:08:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20.container.is-fluid=20to=20tailw?= =?UTF-8?q?ind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/global.scss | 19 +------------------ components/ExploreLayoutWithSidebar.vue | 2 +- components/Navbar.vue | 6 +++--- components/collection/CollectionHeader.vue | 2 +- .../CollectionHeader/CollectionBanner.vue | 2 +- components/landing/HeroBanner.vue | 4 ++-- components/landing/LandingPage.vue | 6 +++--- components/swap/layout/index.vue | 2 +- components/swap/review.vue | 2 +- layouts/default.vue | 2 +- layouts/explore-layout.vue | 2 +- layouts/gallery-item-layout.vue | 7 +++---- layouts/no-footer.vue | 2 +- layouts/teleport-layout.vue | 2 +- pages/[prefix]/explore/collectibles.vue | 2 +- 15 files changed, 22 insertions(+), 40 deletions(-) diff --git a/assets/styles/global.scss b/assets/styles/global.scss index 3c41bb3488..a799533c93 100644 --- a/assets/styles/global.scss +++ b/assets/styles/global.scss @@ -103,23 +103,6 @@ body { } } -.container.is-fluid { - padding-left: $fluid-container-padding; - padding-right: $fluid-container-padding; -} - -@include mobile { - .column-padding { - padding-left: 10px !important; - padding-right: 10px !important; - margin: 0 -12px !important; - } - .container.is-fluid { - padding-left: $fluid-container-padding-mobile; - padding-right: $fluid-container-padding-mobile; - } -} - /* move to global */ .is-ellipsis { @apply overflow-hidden whitespace-nowrap text-ellipsis; @@ -238,4 +221,4 @@ table th { 0px -1px 0 theme('text-color'), 4px 4px theme('text-color'); } -} \ No newline at end of file +} diff --git a/components/ExploreLayoutWithSidebar.vue b/components/ExploreLayoutWithSidebar.vue index 22a69fcfc9..3d0f05f445 100644 --- a/components/ExploreLayoutWithSidebar.vue +++ b/components/ExploreLayoutWithSidebar.vue @@ -1,6 +1,6 @@