adds border (#3469)

This commit is contained in:
dstrukt
2022-02-17 17:56:05 -08:00
committed by GitHub
parent 9b9540b857
commit 947a67fcd2

View File

@@ -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 {