generated from nhcarrigan/template
feat: update music library, fix table
Some checks failed
Code Analysis / SonarQube (push) Failing after 48s
Some checks failed
Code Analysis / SonarQube (push) Failing after 48s
This commit is contained in:
parent
aff99e119a
commit
031406c95b
@ -92,11 +92,13 @@
|
|||||||
<style>
|
<style>
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
tr:nth-of-type(even) {
|
tr:nth-of-type(even) {
|
||||||
background-color: #db7093dd;
|
background-color: var(--foreground);
|
||||||
color: #ffefef;
|
color: var(--background);
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
background:var(--foreground);
|
background:var(--foreground);
|
||||||
@ -113,5 +115,12 @@
|
|||||||
padding:.25rem;
|
padding:.25rem;
|
||||||
cursor:url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
|
cursor:url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
|
||||||
}
|
}
|
||||||
|
tr {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
max-width: 50%;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</html>
|
</html>
|
61144
music/songs.json
61144
music/songs.json
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user