From 8df9207d2d64db7b8de6fede3580c994adc74123 Mon Sep 17 00:00:00 2001 From: enzoggqs Date: Fri, 3 Feb 2023 01:31:30 -0300 Subject: [PATCH] Update topBar responsivity --- src/components/TopBar.vue | 103 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 98 insertions(+), 5 deletions(-) diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index cb04cf2..1b4d70f 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -61,7 +61,7 @@ const getNetworkImage = (networkName: NetworkEnum): string => { @@ -321,11 +408,11 @@ header { } .redirect_button { - @apply py-4 text-gray-900 font-semibold text-xs w-full; + @apply py-5 text-gray-900 sm:font-semibold font-bold sm:text-xs text-sm w-full; } .menu-button { - @apply flex text-center justify-center hover:bg-gray-200; + @apply flex sm:text-center sm:justify-center hover:bg-gray-200 ml-8 sm:ml-0; } a:hover { @@ -340,6 +427,12 @@ a:hover { display: none; } +.mobile-menu { + margin-top: 1400px; + bottom: 0px; + height: auto; +} + @media screen and (max-width: 500px) { .lg-view { display: none;