Still converting to bootstrap 5. Some cover refacto

This commit is contained in:
emeric
2022-05-20 00:08:37 +02:00
parent f1233ffdb2
commit 2282127d86
10 changed files with 124 additions and 91 deletions
+16 -7
View File
@@ -8,11 +8,6 @@ body {
padding-bottom: 78px;
}
.Lms-cover-small {
width: 64px;
min-width: 64px;
}
.Lms-notification-container {
position: fixed;
bottom: 78px;
@@ -32,6 +27,19 @@ body {
}
.Lms-cover {
opacity: 0;
transition: opacity 1s;
}
.Lms-cover-container {
position: relative;
}
.Lms-cover-loaded {
opacity: 1;
}
.Lms-cover-release {
max-height: 100%;
max-width: 100%;
width: auto;
@@ -44,8 +52,9 @@ body {
margin: auto;
}
.Lms-cover-container {
position: relative;
.Lms-cover-track {
width: 64px;
min-width: 64px;
}
.Lms-responsive-square {