aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-04-23 20:33:41 +0000
committerdakkar <dakkar@thenautilus.net>2022-04-23 20:33:41 +0000
commita5ee245a53a725bbe723d7a87b79de6fab13ed82 (patch)
treeac5a309d643552b2a1137e8c56a6b008df8c5b1e
parentsnapshot button (diff)
downloadmedia-control-a5ee245a53a725bbe723d7a87b79de6fab13ed82.tar.gz
media-control-a5ee245a53a725bbe723d7a87b79de6fab13ed82.tar.bz2
media-control-a5ee245a53a725bbe723d7a87b79de6fab13ed82.zip
fix snapshot button size
-rw-r--r--resources/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/index.html b/resources/index.html
index 095df5a..1cb3054 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -396,8 +396,8 @@
<td><button onclick="vlcCommand('seek',{val:'+60'})" class="control small">+1'</button></td>
</tr>
<tr>
- <td><button onclick="vlcCommand('snapshot')" class="control">📷</button></td>
- <td colspan="5">&nbsp;</td>
+ <td colspan="2"><button onclick="vlcCommand('snapshot')" class="control">📷</button></td>
+ <td colspan="4">&nbsp;</td>
</tr>
</table>
</details>