Commit 936f0911 authored by Randall Leeds's avatar Randall Leeds

really fix heatmap transparency and smooth sliding

fixes #65
parent 8e953489
......@@ -748,8 +748,8 @@ $threadexp-width: 1em;
@media screen and (min-width: 15em) {
.hyp-sidebar {
width: 300px;
margin-left: -300px;
width: 300px + $heatmap-width;
margin-left: -300px - $heatmap-width;
}
}
......@@ -761,8 +761,8 @@ $threadexp-width: 1em;
@media screen and (min-width: 30em) {
.hyp-sidebar {
width: 440px;
margin-left: -440px;
width: 440px + $heatmap-width;
margin-left: -440px - heatmap-width;
}
}
......@@ -774,8 +774,8 @@ $threadexp-width: 1em;
@media screen and (min-width: 37.5em) {
.hyp-sidebar {
width: 500px;
margin-left: -500px;
width: 500px + $heatmap-width;
margin-left: -500px - $heatmap-width;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment