Loading spinner: center, text-overflow ellipsis
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user