refactor(ui): mini player kapak (video play alanı) düzenlemeleri
This commit is contained in:
@@ -157,23 +157,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mini-cover {
|
.mini-cover {
|
||||||
margin: 14px auto 12px;
|
margin: 0 0 12px;
|
||||||
width: 160px;
|
width: 100%;
|
||||||
height: 160px;
|
aspect-ratio: 1 / 1;
|
||||||
border-radius: 20px;
|
border-radius: 22px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: rgba(255, 255, 255, 0.06);
|
background: rgba(255, 255, 255, 0.06);
|
||||||
box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
|
box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
display: grid;
|
display: block;
|
||||||
place-items: center;
|
|
||||||
transform: translateY(-6px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mini-cover video,
|
||||||
.mini-cover img {
|
.mini-cover img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mini-cover video {
|
.mini-cover video {
|
||||||
|
|||||||
Reference in New Issue
Block a user