From 3212d0aeb1e7434b31a30e397b64d608cda8b7cb Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 22 Aug 2024 13:40:22 -0400 Subject: [PATCH] client: move chat outside of youtube player bounds to comply with youtube TOS --- client/src/components/Chat.vue | 4 +- .../src/components/controls/VideoControls.vue | 45 +-- client/src/views/Room.vue | 348 +++++++++--------- 3 files changed, 210 insertions(+), 187 deletions(-) diff --git a/client/src/components/Chat.vue b/client/src/components/Chat.vue index 6e0462f75..dca38ae71 100644 --- a/client/src/components/Chat.vue +++ b/client/src/components/Chat.vue @@ -73,11 +73,11 @@