Подогнал колонки в списке под новую ширину
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
<table class="table table-responsive table-dark table-hover small">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center">ID</th>
|
||||
<th>Информация о плейлисте</th>
|
||||
<th class="text-center">Каналов</th>
|
||||
<th class="d-none d-sm-table-cell">Ссылка для ТВ</th>
|
||||
<th class="col-1 text-center">ID</th>
|
||||
<th class="col-8">Информация о плейлисте</th>
|
||||
<th class="col-1 text-center">Каналов</th>
|
||||
<th class="col-2 d-none d-sm-table-cell">Ссылка для ТВ</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -77,7 +77,7 @@
|
||||
?
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="col-3 d-none d-sm-table-cell">
|
||||
<td class="d-none d-sm-table-cell">
|
||||
<span onclick="prompt('Скопируй адрес плейлиста', 'm3u.su/{{ playlist.code }}')"
|
||||
title="Нажми на ссылку, чтобы скопировать её в буфер обмена"
|
||||
class="font-monospace cursor-pointer"
|
||||
|
||||
Reference in New Issue
Block a user