Better styling media player

This commit is contained in:
emeric
2018-09-05 21:19:51 +02:00
parent ea4befe765
commit dc6b134af6
2 changed files with 30 additions and 32 deletions
+12 -1
View File
@@ -246,7 +246,7 @@ a:hover {
.Lms-player-seek {
cursor: pointer;
z-index: 1;
# touch-action: manipulation;
touch-action: manipulation;
}
.Lms-player-progress {
@@ -257,3 +257,14 @@ a:hover {
margin-bottom: 8px;
}
.Lms-player-controls {
text-align: center;
white-space: nowrap;
}
.Lms-player-text {
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}