Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 15 additions & 19 deletions assets/css/responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@
margin: 15px 5px;
}

.xt-toc {
display: none;
}

.toggle-table--chart {
margin: 0;
max-width: 100%;
Expand Down Expand Up @@ -186,19 +182,19 @@
padding: 0 15px;
}

// FIXME: eventually will create a pop-out nav from the right
// .xt-toc {
// @extend .fixed;
// @include prefix(transform, initial);
// box-shadow: 0px 0px 8px #CCC;
// height: 100%;
// left: 98%;
// }

// .xt-toc.fixed {
// @include prefix(transform, initial);
// box-shadow: 0px 0px 8px #CCC;
// height: 100%;
// left: 98%;
// }
/* FIXME: eventually will create a pop-out nav from the right
.xt-toc {
@extend .fixed;
@include prefix(transform, initial);
box-shadow: 0px 0px 8px #CCC;
height: 100%;
left: 98%;
}

.xt-toc.fixed {
@include prefix(transform, initial);
box-shadow: 0px 0px 8px #CCC;
height: 100%;
left: 98%;
}*/
}
Loading
Loading