From 7c8498083c247e0251d3458a017863983124a558 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Tue, 29 Dec 2020 12:00:00 +0000
Subject: [PATCH] Decrease padding size of history container

---
 briar-gtk/data/ui/application.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/briar-gtk/data/ui/application.css b/briar-gtk/data/ui/application.css
index 1fbb3d0..83b7fb9 100644
--- a/briar-gtk/data/ui/application.css
+++ b/briar-gtk/data/ui/application.css
@@ -21,7 +21,7 @@
 
 .messages-history {
   background-color: @theme_base_color;
-  padding: 0 18px 18px;
+  padding: 0 4px 4px;
 }
 
 .history-view {
-- 
GitLab