File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 47
47
}
48
48
}
49
49
50
- @media (min-width : $toc-min ) {
50
+ @media (min-width : $mq-mobile ) {
51
51
.footer {
52
52
& --toc {
53
53
margin-inline-end : var (--layout-toc-width );
Original file line number Diff line number Diff line change 14
14
}
15
15
}
16
16
17
- @media (min-width : $toc-min ) {
17
+ @media (min-width : $mq-mobile ) {
18
18
.layout-search__search {
19
19
& --toc {
20
20
margin-inline-end : calc (
Original file line number Diff line number Diff line change 5
5
border-top : 1px solid var (--amplify-colors-neutral-20 );
6
6
7
7
& .desktop-toc {
8
- @media (max-width : $mq-mobile ) {
8
+ @media (max-width > $mq-mobile ) {
9
9
display : none ;
10
10
}
11
11
}
59
59
}
60
60
}
61
61
62
- @media (min-width : $toc-min ) {
62
+ @media (min-width : $mq-mobile ) {
63
63
.toc {
64
64
width : var (--layout-toc-width );
65
65
background : var (--amplify-colors-background-primary );
Original file line number Diff line number Diff line change 3
3
/* $mq-mobile is the min-width we flip to 'desktop' layout */
4
4
$mq-mobile : 1000px ;
5
5
6
- /* *
7
- * $toc-min is the min-width we show the table of
8
- * contents on the right
9
- */
10
- $toc-min : 1360px ;
11
-
12
6
:root {
13
7
--content-max-width : 1000px ;
14
8
--docs-dev-center-nav : 4rem ;
You can’t perform that action at this time.
0 commit comments