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 | |
| parent | 80b1ccb26797079b327fee72d605f3f558a7277d (diff) | |
fixes for mobile
| -rw-r--r-- | src/components/chat/chat.vue | 2 | ||||
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue index 31eecbc0..2e7df7bd 100644 --- a/src/components/chat/chat.vue +++ b/src/components/chat/chat.vue @@ -7,7 +7,7 @@ > <div ref="header" - class="panel-heading -sticky chat-view-heading mobile-hidden" + class="panel-heading -sticky chat-view-heading" > <button class="button-unstyled go-back-button" 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"> |
