mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Clean-up and more consistent styles.
This commit is contained in:
parent
c71df35b22
commit
11e4ff42ed
6 changed files with 32 additions and 18 deletions
|
@ -26,8 +26,7 @@
|
|||
{% block search %}{% endblock %}
|
||||
<a id="code" href="https://github.com/spikecodes/libreddit">code</a>
|
||||
</nav>
|
||||
|
||||
<!-- SUBSCRIBED SUBREDDITS -->
|
||||
|
||||
{% block sub_list %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
|
||||
{% macro sub_list(current) -%}
|
||||
{% if prefs.subs.len() > 0 %}
|
||||
<div id="sub_list">
|
||||
<div id="subs">
|
||||
<div id="subscriptions">
|
||||
<div id="sub_list">
|
||||
{% for sub in prefs.subs %}
|
||||
<a href="/r/{{ sub }}" {% if sub == current %}class="selected"{% endif %}>{{ sub }}</a>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue