- Added pwa support
- Compact view (#100)
- Minor changes
This commit is contained in:
Shiny Nematoda 2023-01-24 06:43:05 +00:00 committed by vrifox
parent 276df8d80d
commit 06295ec49c
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
16 changed files with 7576 additions and 340 deletions

View file

@ -175,4 +175,12 @@ span.bi-three-dots-vertical {
.bi-dash-lg {
color: indianred;
}
[data-compact] .card {
margin: 0;
}
[data-compact] .song-bg {
width: 70px;
height: 70px;
}
</style>