File tree Expand file tree Collapse file tree 16 files changed +26
-40
lines changed Expand file tree Collapse file tree 16 files changed +26
-40
lines changed Original file line number Diff line number Diff line change @@ -92,23 +92,6 @@ body {
92
92
}
93
93
}
94
94
95
- .container.is-fluid {
96
- padding-left : $fluid-container-padding ;
97
- padding-right : $fluid-container-padding ;
98
- }
99
-
100
- @include mobile {
101
- .column-padding {
102
- padding-left : 10px !important ;
103
- padding-right : 10px !important ;
104
- margin : 0 -12px !important ;
105
- }
106
- .container.is-fluid {
107
- padding-left : $fluid-container-padding-mobile ;
108
- padding-right : $fluid-container-padding-mobile ;
109
- }
110
- }
111
-
112
95
/* move to global */
113
96
.is-ellipsis {
114
97
@apply overflow-hidden whitespace-nowrap text-ellipsis ;
@@ -217,4 +200,4 @@ table th {
217
200
-1px 0px 0 rgb (var (--text-color )),
218
201
0px -1px 0 rgb (var (--text-color )),
219
202
4px 4px rgb (var (--text-color ));
220
- }
203
+ }
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div
3
- class =" container is -fluid"
3
+ class =" container-fluid"
4
4
:class =" { '!pl-0': isSidebarOpen }"
5
5
>
6
6
<slot />
Original file line number Diff line number Diff line change 8
8
}"
9
9
>
10
10
<div
11
- class =" container items-center max-lg:!px-0"
12
- :class =" { 'is-fluid ': !isTouch }"
11
+ class =" grow relative mx-auto my-0 max-lg:!px-0 items-stretch flex min-h-[3.25rem] w-full "
12
+ :class =" { 'w-full max-w-none md:!px-10 !px-5 ': !isTouch }"
13
13
>
14
14
<!-- BRAND -->
15
- <div class =" navbar-brand" >
15
+ <div class =" navbar-brand ml-[-0.75rem] " >
16
16
<nuxt-link
17
17
v-if =" !isMobile || !openMobileSearchBar"
18
18
to =" /"
Original file line number Diff line number Diff line change 5
5
:collection =" collection"
6
6
/>
7
7
<section class =" pt-5" >
8
- <div class =" container is -fluid" >
8
+ <div class =" container-fluid" >
9
9
<CollectionInfo
10
10
ref =" collectionInfo"
11
11
:collection-id =" collectionId"
Original file line number Diff line number Diff line change 9
9
10
10
<section class =" h-full py-8" >
11
11
<div
12
- class =" container is -fluid collection-banner-content flex flex-col md:flex-row items-start md:items-end md:justify-between h-full"
12
+ class =" container-fluid collection-banner-content flex flex-col md:flex-row items-start md:items-end md:justify-between h-full"
13
13
>
14
14
<div class =" lg:flex-1" >
15
15
<div class =" flex flex-col items-start" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<section class =" !pt-8 md:!pt-[3rem]" >
3
- <div class =" container is -fluid flex max-md:flex-col max-md:gap-8 justify-center md:justify-between items-center" >
3
+ <div class =" container-fluid flex max-md:flex-col max-md:gap-8 justify-center md:justify-between items-center" >
4
4
<h1
5
5
class =" text-3xl md:text-[39px] md:leading-9 font-bold flex max-md:flex-col max-md:text-center md:gap-3 md:flex-wrap"
6
6
>
24
24
25
25
<div
26
26
:key =" usePrefix().urlPrefix.value"
27
- class =" container is -fluid !mt-8 md:!mt-[3rem] mb-16"
27
+ class =" container-fluid !mt-8 md:!mt-[3rem] mb-16"
28
28
>
29
29
<CarouselTypeDrops />
30
30
</div >
Original file line number Diff line number Diff line change 10
10
v-if =" showTopCollections"
11
11
class =" py-8 instance"
12
12
>
13
- <div class =" container is -fluid" >
13
+ <div class =" container-fluid" >
14
14
<LandingTopCollections class =" my-5" />
15
15
</div >
16
16
</section >
17
17
18
18
<section class =" py-8 instance" >
19
- <div class =" container is -fluid" >
19
+ <div class =" container-fluid" >
20
20
<!-- generative -->
21
21
<LazyCarouselTypeGenerative />
22
22
</div >
23
23
</section >
24
24
25
25
<section class =" py-8 instance" >
26
- <div class =" container is -fluid" >
26
+ <div class =" container-fluid" >
27
27
<!-- latest sales -->
28
28
<LazyCarouselTypeLatestSales />
29
29
Original file line number Diff line number Diff line change 1
1
<template >
2
- <section class =" container is -fluid flex flex-col" >
2
+ <section class =" container-fluid flex flex-col" >
3
3
<div class =" flex my-14 flex-wrap gap-10 justify-between" >
4
4
<slot name =" title" />
5
5
Original file line number Diff line number Diff line change 72
72
<hr class =" m-0" >
73
73
74
74
<div
75
- class =" container is -fluid flex flex-col gap-6 justify-between items-center !my-6 md:flex-row md:my-[3.5rem]"
75
+ class =" container-fluid flex flex-col gap-6 justify-between items-center !my-6 md:flex-row md:my-[3.5rem]"
76
76
>
77
77
<div class =" w-[300px]" >
78
78
<TradeExpirationSelector
Original file line number Diff line number Diff line change 2
2
<div class =" min-h-full flex flex-col overflow-hidden" >
3
3
<Navbar />
4
4
<main class =" flex-grow py-8" >
5
- <div class =" container is -fluid" >
5
+ <div class =" container-fluid" >
6
6
<Error
7
7
v-if =" $nuxt.isOffline"
8
8
:has-img =" false"
You can’t perform that action at this time.
0 commit comments