From 718b9a41e7a2af95bc683860bff34fee0717780b Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 3 Apr 2024 11:31:21 +0200 Subject: [PATCH] Styles: don't put buttons to far on the right. --- assets/styles/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/styles/style.scss b/assets/styles/style.scss index 3f9b1386..c02a48ed 100644 --- a/assets/styles/style.scss +++ b/assets/styles/style.scss @@ -14,6 +14,7 @@ display: flex; flex-flow: row nowrap; justify-content: flex-end; + padding-right: 12px; // to avoid being under the window scrollbar. } .peertube-plugin-livechat-button {