From c7e2570123bc5161be8fdd1a146434a96a273db6 Mon Sep 17 00:00:00 2001 From: Vitalii Shpital Date: Mon, 25 Oct 2021 18:30:08 +0300 Subject: [PATCH] web/satellite: tab adaptation for new navigation sidebar Tab (768px) adaptation for new navigation sidebar. Change-Id: I53b6b7b8bb25df8975d7ab4b5145c72170bb2e1f --- .../newNavigationStructure/AccountArea.vue | 41 +++++++++++++++---- .../NewNavigationArea.vue | 41 ++++++++++++++++++- .../NewProjectSelection.vue | 41 ++++++++++++++++--- web/satellite/static/images/smallLogo.svg | 3 ++ 4 files changed, 110 insertions(+), 16 deletions(-) create mode 100644 web/satellite/static/images/smallLogo.svg diff --git a/web/satellite/src/components/navigation/newNavigationStructure/AccountArea.vue b/web/satellite/src/components/navigation/newNavigationStructure/AccountArea.vue index 77ea86f2f..e6ea4a473 100644 --- a/web/satellite/src/components/navigation/newNavigationStructure/AccountArea.vue +++ b/web/satellite/src/components/navigation/newNavigationStructure/AccountArea.vue @@ -2,7 +2,7 @@ // See LICENSE for copying information.