diff --git a/_includes/comicnav.html b/_includes/comicnav.html index de88c6b..cfdfd50 100644 --- a/_includes/comicnav.html +++ b/_includes/comicnav.html @@ -8,5 +8,11 @@

{{ post.header }}

{% endif %} - {{ post.title | downcase }}
+ {% if page.url == post.url %} + + {% endif %} + + {{ post.title | downcase }}
{% endfor %} diff --git a/_layouts/comic.html b/_layouts/comic.html index 0a5b49f..a51c681 100644 --- a/_layouts/comic.html +++ b/_layouts/comic.html @@ -5,5 +5,9 @@ navbar: "comicnav"

{{ page.title }}

{{ page.name }}

-
+

{{content}}

+ + diff --git a/_layouts/default.html b/_layouts/default.html index c2ec7b5..4a2fe66 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,5 +25,7 @@ navbar: topnav + + diff --git a/_sass/sidebar.scss b/_sass/sidebar.scss index c1fee3c..83a97ef 100644 --- a/_sass/sidebar.scss +++ b/_sass/sidebar.scss @@ -1,5 +1,6 @@ .columns { max-width: 80%; + max-height: 90vh; display: flex; margin-top: 5px; margin-bottom: 0px; margin-left: auto; margin-right: auto; @@ -10,9 +11,10 @@ .left-sidebar { background: darkgray; padding: 10px; - overflow: scroll; + overflow-x: scroll; + overflow-y: scroll; width: max-content; - position: sticky; + text-align: left; } .main-content { @@ -20,6 +22,7 @@ flex: 5; margin: 10px; border: 1px solid black; + max-height: 89vh; } .right-sidebar { diff --git a/assets/images/site_arrow.gif b/assets/images/site_arrow.gif new file mode 100644 index 0000000..ebf43a6 Binary files /dev/null and b/assets/images/site_arrow.gif differ