Implement more elements on Insights page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user