mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Add margin for list-groups
This commit is contained in:
parent
60c299a947
commit
3e7c2e610b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{% if clients|length > 0 %}
|
||||
{% set headline_id = [server.sid, headline|lower|replace(' ', '_')]|join('.') %}
|
||||
<h2><a href="#{{ headline_id }}">{{ headline }}</a></h2>
|
||||
<ul class="list-group" id="{{ headline_id }}">
|
||||
<ul class="list-group my-3" id="{{ headline_id }}">
|
||||
{% for client, value in clients %}
|
||||
{% set id = [headline_id, client.nick|striptags]|join('.') %}
|
||||
<li id="{{ id }}" class="list-group-item justify-content-between{{ ' list-group-item-success' if client.connected else loop.cycle('" style="background-color: #eee;', '') }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue