Brush up some details: reduce breakpoints on small screens, Requested by --> Requested By

This commit is contained in:
William Kuijltjes
2024-03-18 18:02:25 +01:00
parent cf76861961
commit 0f85727c5d

View File

@ -58,14 +58,16 @@
</p>
</li>
<li class="nav-item">
<p class="navbar-text mb-0 duration-queue" v-bind:class="{danger: infobar.length_personal_queue > infobar.max_length * 60}">(${ infobar.length_personal_queue.secondsToMMSS() }$)</p>
<p class="navbar-text mb-0 duration-queue" v-bind:class="{danger: infobar.length_personal_queue > infobar.max_length * 60}">
(${ infobar.length_personal_queue.secondsToMMSS() }$)
</p>
</li>
</template>
</ul>
</div>
</nav>
<div class="container-lg">
<br><br>
<div class="d-none d-lg-block"><br></div>
<div class="alert-location">
</div>
<div class="tab-content">
@ -99,7 +101,7 @@
<td>
<span class="artist">${ song.song.artist }$</span>
<span v-if="show_details(song)" class="requested-by d-sm-none d-block small mt-3 fw-normal">
Requested by:<br>
Requested By:<br>
<template v-if="song.user === null">
Marietje
</template>