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

Merge pull request #958 from MrTimscampi/listview-missing

Show missing indicator in ListView
This commit is contained in:
dkanada 2020-03-19 10:28:31 +09:00 committed by GitHub
commit 1688a3999c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,13 +238,6 @@
background-color: transparent !important;
}
.listItemMediaInfo {
/* Don't display if flex not supported */
display: none;
align-items: center;
margin-right: 1em;
}
.listGroupHeader-first {
margin-top: 0;
}