Implement more elements on Insights page

This commit is contained in:
2022-07-21 13:52:10 +01:00
parent 9de9ddff6f
commit 17d465171b
11 changed files with 291 additions and 152 deletions

View File

@@ -1,12 +1,9 @@
<div class="tile is-parent" id="chans1">
<div class="tile is-child ">
<div class="panel is-primary" style="height: 30rem; overflow: auto">
<p class="panel-heading">
Channels
</p>
{% for chan in chans %}
<div id="channels">
<div class="panel is-primary" style="max-height: 30em; overflow: auto">
<p class="panel-heading">
Channels
</p>
{% for chan in chans %}
<a class="panel-block is-active">
<span class="panel-icon">
<i class="fa-solid fa-hashtag" aria-hidden="true"></i>
@@ -20,9 +17,7 @@
class="button is-small">
{{ chan }}
</span>
</a>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</div>