Theme everything nicer with transparency and background the sentiment

This commit is contained in:
2022-08-28 17:39:02 +01:00
parent 3050b96baa
commit 24a5af32e2
6 changed files with 102 additions and 49 deletions

View File

@@ -70,8 +70,18 @@
</div>
<div class="grid-stack-item" gs-w="10" gs-h="40" gs-y="10" gs-x="1">
<div class="grid-stack-item-content">
<div id="results">
{% include 'ui/drilldown/table_results.html' %}
<div class="panel">
<p class="panel-heading" style="padding: .2em; line-height: .5em;">
<i class="fa-solid fa-arrows-up-down-left-right has-text-grey-light ui-move"></i>
Results
</p>
<div class="panel-block is-active">
<div class="control">
<div id="results">
{% include 'ui/drilldown/table_results.html' %}
</div>
</div>
</div>
</div>
</div>
</div>