aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/index.html b/resources/index.html
index ac3ae3b..5875c28 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -273,9 +273,10 @@
li.dir::after { content: '/' }
li.file::marker { content: '🎞️' }
- #playing-name {
+ #playing-name p {
white-space: pre;
font-size: 50%;
+ width: 100%;
overflow-x: scroll;
}
</style>
@@ -298,7 +299,7 @@
<td><button onclick="vlcCommand('stop')" class="control">⏹</button></td>
</tr>
<tr>
- <td id="playing-name"><span></span></td>
+ <td colspan="3" id="playing-name"><p><span></span></p></td>
</tr>
<tr>
<td colspan="3"><input type="range" id="current-pos"></td>