diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 20:43:10 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 20:43:10 +0300 |
| commit | 076c52788b46258078ce2d83fdac82d75692c74b (patch) | |
| tree | 35028b1e2686b1239d6917204bfef5ea7bfebda8 /src/components/mobile_nav/mobile_nav.vue | |
| parent | 80b1ccb26797079b327fee72d605f3f558a7277d (diff) | |
fixes for mobile
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index 362441bb..d2d48a03 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -5,7 +5,6 @@ <nav id="nav" class="mobile-nav" - :class="{ 'mobile-hidden': isChat }" @click="scrollToTop()" > <div class="item"> |
