feat: update music library, fix table
Some checks failed
Code Analysis / SonarQube (push) Failing after 48s

This commit is contained in:
Naomi Carrigan 2025-04-03 13:01:44 -07:00
parent aff99e119a
commit 031406c95b
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
2 changed files with 45664 additions and 15493 deletions

View File

@ -92,11 +92,13 @@
<style>
table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
tr:nth-of-type(even) {
background-color: #db7093dd;
color: #ffefef;
background-color: var(--foreground);
color: var(--background);
}
input {
background:var(--foreground);
@ -113,5 +115,12 @@
padding:.25rem;
cursor:url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
}
tr {
max-width: 100%;
}
td {
max-width: 50%;
word-wrap: break-word;
}
</style>
</html>

File diff suppressed because it is too large Load Diff