mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Move the subs list into the navbar.
This commit is contained in:
parent
449899962a
commit
8cc01c58f3
7 changed files with 26 additions and 35 deletions
|
@ -40,9 +40,9 @@
|
|||
{% endfor %}
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro sub_list(current, width) -%}
|
||||
{% macro sub_list(current) -%}
|
||||
{% if prefs.subs.len() > 0 %}
|
||||
<div id="subscriptions_container" class="{{ width }}">
|
||||
<div id="subscriptions_container">
|
||||
<details id="subscriptions">
|
||||
<summary>Subscriptions</summary>
|
||||
<div id="sub_list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue