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> <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>

File diff suppressed because it is too large Load Diff