forked from nutomic/joinpeertube
More space for instances meta data
This commit is contained in:
parent
20727b99e5
commit
07b3f1f7a9
1 changed files with 2 additions and 2 deletions
|
@ -224,14 +224,14 @@ body .medias .container {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: calc(100% - 140px); /* 100% - .right-div width */
|
||||
width: calc(100% - 160px); /* 100% - .right-div width */
|
||||
}
|
||||
|
||||
#instances-list .list-group-item .right-div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: 140px;
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#instances-list .list-group-item .right-div li {
|
||||
|
|
Loading…
Reference in a new issue