mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
left-align dual line items
This commit is contained in:
parent
5460bb3507
commit
b0b9ab1e19
1 changed files with 5 additions and 1 deletions
|
@ -446,6 +446,10 @@ form, .readOnlyContent {
|
||||||
padding-bottom: 56px;
|
padding-bottom: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.posterViewItemWithDualText .posterViewItemText {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.posterViewItemWithNoText {
|
.posterViewItemWithNoText {
|
||||||
padding-bottom: 0!important;
|
padding-bottom: 0!important;
|
||||||
}
|
}
|
||||||
|
@ -479,7 +483,7 @@ form, .readOnlyContent {
|
||||||
text-wrap: none;
|
text-wrap: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 2px 0;
|
padding: 4px 4px 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue