From 947a67fcd263786602ff9f5b14ed7443d9d125ec Mon Sep 17 00:00:00 2001 From: dstrukt Date: Thu, 17 Feb 2022 17:56:05 -0800 Subject: [PATCH] adds border (#3469) --- BTCPayServer/wwwroot/main/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/main/layout.css b/BTCPayServer/wwwroot/main/layout.css index 9d5ccfee9..06066ce9f 100644 --- a/BTCPayServer/wwwroot/main/layout.css +++ b/BTCPayServer/wwwroot/main/layout.css @@ -17,7 +17,6 @@ --button-height: 40px; --button-padding: 7px; --icon-size: 1.5rem; - height: var(--header-height); z-index: 1031; /* needs a value between fixed and the offcanvas backdrop, see https://getbootstrap.com/docs/5.1/layout/z-index/ */ } @@ -557,6 +556,7 @@ left: 0; width: var(--sidebar-width); height: 100vh; + border-right: 1px solid var(--btcpay-body-border-light); } #mainMenuHead {