1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Center text vertically in listviews

This commit is contained in:
MrTimscampi 2020-01-25 20:39:03 +01:00
parent 0144192318
commit 072118ab65

View file

@ -111,6 +111,10 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.layout-desktop .listItemBodyText {
margin: 0.25em 0 0 0;
}
.listItemBodyText-nowrap { .listItemBodyText-nowrap {
white-space: nowrap; white-space: nowrap;
} }