Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Gracilla <nick.gracilla@gmail.com>2020-02-06 00:45:30 +0300
committerNick Gracilla <nick.gracilla@gmail.com>2020-02-06 00:45:30 +0300
commite01032d87804ba7002d20087a94317fd936609e0 (patch)
tree7dbca10f2f0d485c1f5b73a4e5f21b33329c1da8
parentc6e5591d8907742536fda325369ee716cf1ccd40 (diff)
ugly, hacky fix to set width on progress bar
-rw-r--r--layouts/partials/article/progress.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/article/progress.html b/layouts/partials/article/progress.html
index fcaf894..6cc5531 100644
--- a/layouts/partials/article/progress.html
+++ b/layouts/partials/article/progress.html
@@ -1,14 +1,14 @@
-<aside id="progressBar" class="aside-container">
+<aside id="progressBar" class="aside-container" style="width:30px;margin-left:0;">
<div class="aside-align">
<div>
<div class="overlap-container">
</div>
</div>
</div>
-
+
<div class="progress-container" tabIndex={-1}>
<div class="track-line" aria-hidden="true">
<div id="progressIndicator" class="progress-line"></div>
</div>
</div>
-</aside> \ No newline at end of file
+</aside>