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 4747 }
4848}
4949
50- @media (min-width : $toc-min ) {
50+ @media (min-width : $mq-mobile ) {
5151 .footer {
5252 & --toc {
5353 margin-inline-end : var (--layout-toc-width );
Original file line number Diff line number Diff line change 1414 }
1515}
1616
17- @media (min-width : $toc-min ) {
17+ @media (min-width : $mq-mobile ) {
1818 .layout-search__search {
1919 & --toc {
2020 margin-inline-end : calc (
Original file line number Diff line number Diff line change 55 border-top : 1px solid var (--amplify-colors-neutral-20 );
66
77 & .desktop-toc {
8- @media (max-width : $mq-mobile ) {
8+ @media (max-width > $mq-mobile ) {
99 display : none ;
1010 }
1111 }
5959 }
6060}
6161
62- @media (min-width : $toc-min ) {
62+ @media (min-width : $mq-mobile ) {
6363 .toc {
6464 width : var (--layout-toc-width );
6565 background : var (--amplify-colors-background-primary );
Original file line number Diff line number Diff line change 33/* $mq-mobile is the min-width we flip to 'desktop' layout */
44$mq-mobile : 1000px ;
55
6- /* *
7- * $toc-min is the min-width we show the table of
8- * contents on the right
9- */
10- $toc-min : 1360px ;
11-
126:root {
137 --content-max-width : 1000px ;
148 --docs-dev-center-nav : 4rem ;
You can’t perform that action at this time.
0 commit comments