From 1d059cd51e683f5a0cfea682e2b6e95265717946 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sat, 30 Mar 2024 13:43:09 +0300 Subject: [PATCH] hbs2-browser plugin basically works --- hbs2-peer/app/Browser/Root.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-peer/app/Browser/Root.hs b/hbs2-peer/app/Browser/Root.hs index cd41695a..b820a4d0 100644 --- a/hbs2-peer/app/Browser/Root.hs +++ b/hbs2-peer/app/Browser/Root.hs @@ -158,7 +158,7 @@ div .repo-list-item { display: block; background: #FAFAFA; - padding: 0.75rem; + padding: .95rem; margin-top: 1.75rem; border-radius: 0.25rem; border: 1px solid #BFC7D9;