static: rename playlist_tracklist -> results_tracklist
This commit is contained in:
parent
2056414a39
commit
da17f5f422
|
@ -267,7 +267,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="playlist_tracklist">
|
<div id="results_tracklist">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -246,7 +246,7 @@ table tr:hover td {
|
||||||
border-right: 4px ridge #3a506b;
|
border-right: 4px ridge #3a506b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#playlist_tracklist {
|
#results_tracklist {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue