web/satellite: add right border to desktop navbar to match designs.

Change-Id: I62e473fd86e16eacec2f367d232fc9f99b2f5e66
This commit is contained in:
Malcolm Bouzi 2022-10-05 11:08:40 -04:00 committed by Storj Robot
parent 2e6b473aba
commit 773683221d

View File

@ -307,6 +307,7 @@ export default class NavigationArea extends Vue {
background-color: #fff;
font-family: 'font_regular', sans-serif;
box-shadow: 0 0 32px rgb(0 0 0 / 4%);
border-right: 1px solid #ebeef1;
&__container {
display: flex;