diff options
author | dakkar <dakkar@thenautilus.net> | 2022-04-23 20:33:41 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2022-04-23 20:33:41 +0000 |
commit | a5ee245a53a725bbe723d7a87b79de6fab13ed82 (patch) | |
tree | ac5a309d643552b2a1137e8c56a6b008df8c5b1e /resources | |
parent | snapshot button (diff) | |
download | media-control-a5ee245a53a725bbe723d7a87b79de6fab13ed82.tar.gz media-control-a5ee245a53a725bbe723d7a87b79de6fab13ed82.tar.bz2 media-control-a5ee245a53a725bbe723d7a87b79de6fab13ed82.zip |
fix snapshot button size
Diffstat (limited to 'resources')
-rw-r--r-- | resources/index.html | 4 |
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"> </td> + <td colspan="2"><button onclick="vlcCommand('snapshot')" class="control">📷</button></td> + <td colspan="4"> </td> </tr> </table> </details> |