File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11: root {
2- --toc-width : 270 px ;
2+ --toc-width : 310 px ;
33 --center-content-toc-shift : calc (-1 * var (--toc-width ) / 2 );
44}
55
2121 display : flex;
2222 }
2323
24- @media (max-width : 1179 px ) {
24+ @media (max-width : 1219 px ) {
2525 .sidebar-hidden .sidetoc {
2626 display : none;
2727 }
2828 }
2929
30- @media (max-width : 1439 px ) {
30+ @media (max-width : 1499 px ) {
3131 .sidebar-visible .sidetoc {
3232 display : none;
3333 }
3434 }
3535
36- @media (1180px <= width <= 1439px ) {
36+ @media (1220px <= width <= 1519px ) {
3737 .sidebar-hidden main {
3838 position : relative;
3939 left : var (--center-content-toc-shift );
4040 }
4141 }
4242
43- @media (1440px <= width <= 1700px ) {
43+ @media (1500px <= width <= 1820px ) {
4444 .sidebar-visible main {
4545 position : relative;
4646 left : var (--center-content-toc-shift );
You can’t perform that action at this time.
0 commit comments