From 3a4ac275af73f151f45bbdbe290d586084fd46bf Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 8 Mar 2021 12:01:56 +0100 Subject: [PATCH] Buttons margin. --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 42f448bb..c73a2225 100644 --- a/assets/style.css +++ b/assets/style.css @@ -13,6 +13,7 @@ .peertube-plugin-livechat-button { border: 1px solid black; background-color: var(--mainBackgroundColor); + margin: 5px; min-height: 32px; min-width: 32px; padding: 0;