File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/sphinx_book_theme/assets/styles/sections Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ button.sidebar-toggle.primary-toggle {
26
26
27
27
// Secondary toggle mimics behavior of "persistent header" div of PST
28
28
button .sidebar-toggle.secondary-toggle {
29
- @media (min-width : $breakpoint-lg ) {
29
+ @media (min-width : $breakpoint-xl ) {
30
30
display : none ;
31
31
}
32
32
@media (max-width : $breakpoint-md ) {
Original file line number Diff line number Diff line change 6
6
// So that it sticks to the top of the page instead of the header height
7
7
top : 0 ;
8
8
9
- @media (max-width : $breakpoint-lg ) {
9
+ @media (max-width : $breakpoint-xl ) {
10
10
// So that tooltips don't overlap
11
11
z-index : $zindex-tooltip + 1 ;
12
12
}
36
36
}
37
37
38
38
// Wide screen behavior
39
- @media (min-width : $breakpoint-lg ) {
39
+ @media (min-width : $breakpoint-xl ) {
40
40
background : var (--pst-color-background );
41
41
height : fit-content ;
42
42
transition : max-height 0.4s ease ;
You can’t perform that action at this time.
0 commit comments