simple-log integration

This commit is contained in:
2026-04-09 10:43:04 +02:00
parent c35eef081e
commit e099838fb8
6 changed files with 164 additions and 141 deletions

View File

@@ -114,7 +114,7 @@ table.music-library {
}
table.music-library tr td {
border-bottom: 1px solid #f0f0f0;
/*border-bottom: 1px solid #f0f0f0;*/
cursor: default;
height: 1.1em;
width: 100%;
@@ -166,14 +166,25 @@ input[type="range"] {
table.tracks {
width: 94%;
margin-left: 3%;
margin-right: 3%;
margin-top: 5px;
margin-bottom: 5px;
}
table.tracks td {
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 5px;
}
table.tracks td.number {
text-align: right;
width: 40px;
}
table.tracks td.length {
width: 30px;
}
table.tracks td.title, table.tracks td.album {
width: calc(50% - 70px);
}
table.tracks tr, table.tracks td {