diff --git a/client/css/nprogress.styl b/client/css/nprogress.styl index 2db38e78..f2807495 100644 --- a/client/css/nprogress.styl +++ b/client/css/nprogress.styl @@ -16,19 +16,8 @@ display: none .peg - display: block - position: absolute - right: 0px - width: 100px - height: 100% - box-shadow: 0 0 10px $main-color, 0 0 5px $main-color - opacity: 1.0 - transform: rotate(3deg) translate(0px, -4px) + display: none .nprogress-custom-parent overflow: hidden position: relative - - #nprogress .spinner, - #nprogress .bar - position: absolute diff --git a/client/html/post_content.tpl b/client/html/post_content.tpl index 255f0769..505e9827 100644 --- a/client/html/post_content.tpl +++ b/client/html/post_content.tpl @@ -1,7 +1,7 @@