From 773683221d98ab0be64cc9ec1988406f0ef3226d Mon Sep 17 00:00:00 2001 From: Malcolm Bouzi Date: Wed, 5 Oct 2022 11:08:40 -0400 Subject: [PATCH] web/satellite: add right border to desktop navbar to match designs. Change-Id: I62e473fd86e16eacec2f367d232fc9f99b2f5e66 --- web/satellite/src/components/navigation/NavigationArea.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/satellite/src/components/navigation/NavigationArea.vue b/web/satellite/src/components/navigation/NavigationArea.vue index 39b5eea74..b9876fa13 100644 --- a/web/satellite/src/components/navigation/NavigationArea.vue +++ b/web/satellite/src/components/navigation/NavigationArea.vue @@ -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;