From 58d5e47158fe7816c5ffa6ead6d757053517a6b7 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 27 Feb 2020 16:11:02 +0100 Subject: [PATCH] Remove superfluous links from mobile navigation --- .../book-navigation/MobileNavigation.vue | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/client/src/components/book-navigation/MobileNavigation.vue b/client/src/components/book-navigation/MobileNavigation.vue index 836be48d..c2739b3e 100644 --- a/client/src/components/book-navigation/MobileNavigation.vue +++ b/client/src/components/book-navigation/MobileNavigation.vue @@ -4,11 +4,6 @@
-
-
- - -
@@ -101,20 +96,5 @@ opacity: 0.5; fill: $color-white; } - - &__secondary { - grid-area: s; - padding: $medium-spacing; - display: flex; - flex-direction: column; - } - - &__user-widget { - margin-bottom: $small-spacing; - } - - &__logout-widget { - margin-left: -$large-spacing; - } }