Loading spinner: center, text-overflow ellipsis

This commit is contained in:
DC
2016-03-28 22:36:45 -07:00
parent dc2e2a82e7
commit f70cef2cee
2 changed files with 20 additions and 5 deletions

View File

@@ -713,8 +713,7 @@ body.drag .torrent-placeholder span {
*/
.media-overlay {
width: 500px;
max-width: 100%;
max-width: calc(100% - 80px);
white-space: nowrap;
text-overflow: ellipsis;
align-self: center;
@@ -730,6 +729,17 @@ body.drag .torrent-placeholder span {
margin: 40px auto;
}
.media-stalled .loading-status {
font-size: 18px;
font-weight: normal;
text-align: center;
}
.audio-metadata div {
overflow: hidden;
text-overflow: ellipsis;
}
.audio-metadata .audio-title {
font-size: 32px;
}