From 89b60013fed4030533f4f229a8e07b9f678196c0 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 22 Jun 2024 11:15:46 -0400 Subject: [PATCH] remove input styling, change tablet sizing --- assets/styles/video/_container.scss | 4 ++-- conversejs/custom/shared/styles/livechat.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/styles/video/_container.scss b/assets/styles/video/_container.scss index f981c35d..1d5918a3 100644 --- a/assets/styles/video/_container.scss +++ b/assets/styles/video/_container.scss @@ -36,7 +36,7 @@ @media only screen and (max-width: 767px) { #peertube-plugin-livechat-container converse-root { converse-muc { - min-height: 62vh; + min-height: 52vh; /* 100vh - 30vh for video = 70vh remaining */ } } @@ -46,7 +46,7 @@ @media only screen and (min-width: 768px) and (max-width: 1023px) { #peertube-plugin-livechat-container converse-root { converse-muc { - min-height: 68vh; + min-height: 30vh; /* Slightly less to account for other elements */ } } diff --git a/conversejs/custom/shared/styles/livechat.scss b/conversejs/custom/shared/styles/livechat.scss index 7b1708e9..8e996078 100644 --- a/conversejs/custom/shared/styles/livechat.scss +++ b/conversejs/custom/shared/styles/livechat.scss @@ -170,8 +170,8 @@ body.converse-embedded { #peertube-plugin-livechat-container { converse-muc-message-form { // For an unknown reason, message field in truncated... so adding a bottom margin. - max-height: 1.25rem; - margin-bottom: 1rem; + /* max-height: 1.25rem; */ + margin-bottom: 0.1rem; } }