Browse Source

Cleanup video UI

Vijayakrishnan 3 years ago
parent
commit
b0985f5094
1 changed files with 2 additions and 5 deletions
  1. 2 5
      resources/views/app/video/call-minimal.blade.php

+ 2 - 5
resources/views/app/video/call-minimal.blade.php

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en" class="h-100">
 <head>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Leadership Health</title>
@@ -16,7 +16,7 @@
     <link href="/css/call-minimal.css?v={{config('app.asset_version')}}" rel="stylesheet">
 </head>
 
-<body class="p-0 m-0 has-mcp-queue">
+<body class="p-0 m-0 has-mcp-queue h-00">
 
 <div class="d-flex px-3 border-bottom">
     <div class="py-2 font-weight-normal mcp-theme-1 d-inline-flex align-items-center">
@@ -679,8 +679,5 @@
     }).call(window);
 </script>
 
-<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
-@include('app/patient/partials/mcp-queue')
-
 </body>
 </html>