mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 12:34:17 +00:00
Fixed play button alignment
This commit is contained in:
@@ -1,16 +1,3 @@
|
||||
.widget-image-container {
|
||||
width: 74px;
|
||||
height: 74px;
|
||||
margin: -20px -50px;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.widget-advanced .widget-image-container {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
@@ -119,7 +106,23 @@
|
||||
.image-container {
|
||||
height: 142px;
|
||||
//background-repeat: no-repeat;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
background-attachment: scroll;
|
||||
}
|
||||
background-size: cover;
|
||||
}
|
||||
.widget-image-container {
|
||||
width: 74px;
|
||||
height: 74px;
|
||||
position: absolute!important;
|
||||
top: 50%;
|
||||
left: 65%;
|
||||
transform: translate(-50%,-50%);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user