Can now click on the release artwork to see it fullscreen

This commit is contained in:
emeric
2025-02-14 16:53:02 +01:00
parent 4ff1c25f22
commit 91c98bc11c
6 changed files with 79 additions and 21 deletions
+24
View File
@@ -87,6 +87,30 @@ body {
min-width: 64px;
}
.Lms-cover-full-modal-dialog {
width: auto;
max-width: none;
max-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
}
.Lms-cover-full {
max-width: 100%;
max-height: 95vh;
width: auto;
height: auto;
display: block;
margin: auto;
cursor: pointer;
object-fit: contain;
}
.Lms-cursor-pointer {
cursor: pointer;
}
#lms-mp-progress {
transition: none;
}