From 6ece40827b00a269852f676cd27a50e98f41fb3c Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 26 May 2021 14:15:01 +0200 Subject: [PATCH] Fix css. --- assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/style.css b/assets/style.css index 34f58cbf..b0066666 100644 --- a/assets/style.css +++ b/assets/style.css @@ -3,6 +3,11 @@ flex-direction: column; } +/* For Peertube >= 3.2.0 */ +#plugin-placeholder-player-next #peertube-plugin-livechat-container { + height: 100%; +} + .peertube-plugin-livechat-buttons { display: flex; flex-direction: row;