diff --git a/pocket/readitlater.db b/pocket/readitlater.db index 52dcc42..2613c23 100644 Binary files a/pocket/readitlater.db and b/pocket/readitlater.db differ diff --git a/static/feather-sprite.svg b/static/feather-sprite.svg new file mode 100644 index 0000000..6e20a2c --- /dev/null +++ b/static/feather-sprite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/style.css b/static/style.css index 04a4796..416628d 100644 --- a/static/style.css +++ b/static/style.css @@ -23,6 +23,8 @@ height: 100vh; padding-top: 20px; border-right: 1px solid darkgray; + position: fixed; + width: 250px; } #sidebar ul > li { @@ -191,6 +193,12 @@ display: block !important; } + #content { + left: 250px; + width: calc(100% - 250px) !important; + position: relative; + } + #sidebar.active { margin-left: -250px; } diff --git a/templates/article.j2 b/templates/article.j2 index 8643876..6f74561 100644 --- a/templates/article.j2 +++ b/templates/article.j2 @@ -8,16 +8,56 @@ {% block navbar %} {% endblock %} @@ -51,10 +91,8 @@ {% block scripts %} {{ super() }} - {% endblock %} \ No newline at end of file diff --git a/templates/list.j2 b/templates/list.j2 index 049cc7a..1aa862e 100644 --- a/templates/list.j2 +++ b/templates/list.j2 @@ -48,14 +48,36 @@ {% else %}