keep end of playlist items (no checkbox) aligned with video items
This commit is contained in:
parent
4b716415e1
commit
43f1528e76
@ -178,7 +178,7 @@ address{
|
|||||||
.medium-item-box{
|
.medium-item-box{
|
||||||
|
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns: 1fr 0fr;
|
grid-template-columns: 1fr 30px;
|
||||||
}
|
}
|
||||||
.medium-item{
|
.medium-item{
|
||||||
background-color:#bcbcbc;
|
background-color:#bcbcbc;
|
||||||
@ -244,7 +244,7 @@ address{
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns: 1fr 0fr;
|
grid-template-columns: 1fr 30px;
|
||||||
grid-template-rows: 94px;
|
grid-template-rows: 94px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user