From a062bcf3416f1ac6686a17bdd226f444c21e8279 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Sun, 21 Feb 2021 02:00:13 +0100 Subject: [PATCH] Quick fix: add a min-height for the iframe, so that it is not too tiny when under the video. --- CHANGELOG.md | 6 ++++++ assets/style.css | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608ed488..b67021f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.2 + +### Bug fixes + +* Quick fix: add a min-height for the iframe, so that it is not too tiny when under the video. + ## v1.0.1 ### Bug fixes diff --git a/assets/style.css b/assets/style.css index 5472cfc9..8f0c0081 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,3 +1,4 @@ iframe.peertube-plugin-livechat { border: 1px solid black; + min-height: 30vh; } diff --git a/package.json b/package.json index adf591ee..fc6a30f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-livechat", "description": "PeerTube plugin livechat", - "version": "1.0.1", + "version": "1.0.2", "author": "John Livingston", "bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues", "clientScripts": [