Skip to content

Commit 3fee0b5

Browse files
author
jordanmccullough
committed
Reposition TOC toggle
Far from perfect solution. Needs considerable refinement but resolves layout for time being.
1 parent 2808ed1 commit 3fee0b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_stylesheets/curriculum.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5463,8 +5463,8 @@ button.close {
54635463

54645464
#toc-toggle {
54655465
position: fixed;
5466-
top: 1em;
5467-
right: 1em;
5466+
top: 15px;
5467+
right: 24px;
54685468
padding: 0;
54695469
margin: 0;
54705470
z-index: 1000; }
@@ -5705,5 +5705,5 @@ button.close {
57055705
position: fixed; }
57065706

57075707
.affix {
5708-
margin-top: -145px;
5708+
margin-top: -130px;
57095709
position: fixed; }

_stylesheets/curriculum.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ table{
4444

4545
#toc-toggle{
4646
position: fixed;
47-
top: 1em;
48-
right: 1em;
47+
top: 15px;
48+
right: 24px;
4949
padding: 0;
5050
margin: 0;
5151
z-index:1000;
@@ -361,7 +361,7 @@ table{
361361
}
362362

363363
.affix{
364-
margin-top: -145px;
364+
margin-top: -130px;
365365
position: fixed;
366366
}
367367

0 commit comments

Comments
 (0)