Adjusted bounds of listitem
This commit is contained in:
parent
94265ad880
commit
ee2ea8c4cf
1 changed files with 12 additions and 0 deletions
|
@ -1717,6 +1717,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
|
|
||||||
.info-rect {
|
.info-rect {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
@ -1732,11 +1736,19 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
.duration {
|
.duration {
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metainfo {
|
.metainfo {
|
||||||
min-width: 145px;
|
min-width: 145px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-rating {
|
.content-rating {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue