Some aesthetic changes to the dark mode colors and the table borders

This commit is contained in:
William Kuijltjes
2023-11-25 07:45:46 +01:00
committed by Lars van Rhijn
parent 66ac1076d3
commit 98e43aa688
3 changed files with 45 additions and 27 deletions

View File

@ -71,7 +71,7 @@
<div id="queue-container">
<table class="table table-striped">
<thead>
<tr class="table-header-style">
<tr class="table-header-style underline_cell">
<td class="col-md-4">Artist</td>
<td class="col-md-4">Title</td>
<td class="col-md-2 d-sm-table-cell d-none">Requested By</td>
@ -84,7 +84,9 @@
</thead>
<tbody class="queuebody">
<template v-for="(song, index) in queue">
<tr :class="{ marietjequeue: (song.user === null), currentsong: (index === 0), 'fw-bold': (index === 0) }">
<tr :class="{ marietjequeue: (song.user === null),
underline_cell: (index === queue[-1]),
currentsong: (index === 0),}">
<td class="artist"><% song.song.artist %></td>
<td class="title"><% song.song.title %></td>
<td class="d-sm-table-cell d-none requested-by">