From 86a42c4d931c0dbb254e4752e0044a526c396226 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Fri, 5 Apr 2024 08:45:05 +0300 Subject: [PATCH] wip --- 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 4f8d8e48..a7006cc7 100644 --- a/hbs2-peer/app/Browser/Root.hs +++ b/hbs2-peer/app/Browser/Root.hs @@ -301,7 +301,7 @@ nav[role="tab-control"] { nav[role="tab-control"] li { display: block; padding: 0 0 0 0; - padding-right: 1rem; + padding-right: 2rem; margin-right: 2rem; border-right: 2px solid gray; font-weight: bolder;