1
0

CSS updated for a new last played table.

This commit is contained in:
Alexander Andreev 2022-03-31 20:05:46 +04:00
parent e1a847f95f
commit d243f82c7e
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -133,9 +133,7 @@ section { margin-top: 1rem; }
#last-played tbody tr { #last-played tbody tr {
display: grid; display: grid;
gap: .5rem; gap: .5rem;
grid-template-columns: 3rem 1fr 1fr; } grid-template-columns: 3rem 3rem 1fr; }
#last-played tbody tr td:nth-child(2) { text-align: right; }
footer { footer {
font-size: .8rem; font-size: .8rem;