aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-22 01:10:24 +0200
committerHenry Jameson <me@hjkos.com>2024-02-22 01:10:24 +0200
commit5e0ba2bcd9e0891ae15aa584f91be942c97c83a6 (patch)
tree96604fd785e8ae018dbe7b260a26d77fd002d70d /src/components/mobile_nav
parent099a2eb27f7bbde9dffe475ba25ce2f138a75670 (diff)
initial work on mobile stuff
Diffstat (limited to 'src/components/mobile_nav')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index 2e7590b9..b95f26e8 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -44,12 +44,12 @@
</nav>
<aside
v-if="currentUser"
- class="panel mobile-notifications-drawer"
+ class="mobile-notifications-drawer mobile-drawer"
:class="{ '-closed': !notificationsOpen }"
@touchstart.stop="notificationsTouchStart"
@touchmove.stop="notificationsTouchMove"
>
- <div class="mobile-notifications-header">
+ <div class="panel-heading mobile-notifications-header">
<span class="title">
{{ $t('notifications.notifications') }}
<span