Merge pull request 'metrics' (#375) from stats into develop
[akkoma] / lib / pleroma / web / templates / layout / metadata_player.html.eex
index 7a170551564c73912b67198e7c02f56dceac36d1..c00f6fa2136f83667b546978a624410a16ded788 100644 (file)
@@ -3,14 +3,14 @@
 <body>
 
 <style type="text/css">
-video {
+video, audio {
    width:100%;
    max-width:600px;
-   height:auto;
+   height: auto;
 }
 </style>
 
-<%= render @view_module, @view_template, assigns %>
+<%= @inner_content %>
 
 </body>
 </html>