UI: made artist images circle, ref #639
This commit is contained in:
@@ -110,6 +110,15 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.Lms-image-artist {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#lms-mp-progress {
|
||||
transition: none;
|
||||
}
|
||||
@@ -184,6 +193,18 @@ body {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.Lms-responsive-circle {
|
||||
width: 100%;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.Lms-responsive-circle:after {
|
||||
content: "";
|
||||
display: block;
|
||||
padding-bottom: 100%;
|
||||
}
|
||||
|
||||
.Lms-responsive-square {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user