Fix layout also for desktop
This commit is contained in:
parent
4db414fb68
commit
a06a0e9515
2 changed files with 22 additions and 9 deletions
|
@ -518,6 +518,12 @@
|
|||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.nameContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.itemMiscInfo {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
|
@ -529,10 +535,6 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.parentName > a:nth-child(3) {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
.layout-mobile .parentName,
|
||||
.layout-mobile .itemName,
|
||||
.layout-mobile .itemMiscInfo,
|
||||
|
@ -578,7 +580,6 @@
|
|||
|
||||
.infoText {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue