File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export const StatusBanner = component$(({ status }: StatusBannerProps) => {
81
81
onAnimationEnd$ = { ( ) => ( isBannerClosedSig . value = true ) }
82
82
class = { cn (
83
83
getBackgroundByStatus ( status ) ,
84
- 'normal-state rounded-base relative -mx-8 border-2 px-8 py-6 md:flex-row md:items-center' ,
84
+ 'normal-state rounded-base relative border-2 px-8 py-6 md:flex-row md:items-center 2xl:-mx-8 ' ,
85
85
) }
86
86
style = { { marginBottom : `${ marginBottom } px` } }
87
87
>
Original file line number Diff line number Diff line change 1
1
.docs {
2
- & {
3
- @apply overflow-hidden px-8 py-8;
4
- }
5
-
6
2
table a {
7
3
@apply border-none;
8
4
}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ export default component$(() => {
31
31
< >
32
32
< Header showBottomBorder = { true } showVersion = { true } />
33
33
< MDXProvider components = { components } >
34
- < div class = "relative flex justify-between space-x-10 2xl:justify-center 2xl:space-x-20 " >
34
+ < div class = "flex justify-around lg:justify-around lg: space-x-10 2xl:justify-center 2xl:space-x-24 " >
35
35
< DocsNavigation
36
36
linksGroups = { menuItemsGroups }
37
- class = " bg-background sticky top-16 hidden h-[calc(100vh-64px)] min-w-72 overflow-auto lg:block "
37
+ class = " sticky top-16 hidden h-[calc(100vh-64px)] min-w-72 overflow-auto lg:flex "
38
38
/>
39
- < main class = "docs w-full max-w-3xl" >
39
+ < main class = "w-full max-w-3xl px-4 py-8 sm:px-8 " >
40
40
< Slot />
41
41
</ main >
42
42
< div class = "hidden min-w-64 text-sm xl:block" >
You can’t perform that action at this time.
0 commit comments