Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma-fe
Commits
25a8b48b
Commit
25a8b48b
authored
Sep 07, 2021
by
Shpuld Shpludson
Browse files
Merge branch 'from/develop/tusooa/fix-mobile-shoutbox-display' into 'develop'
Fix mobile shoutbox display See merge request
!1404
parents
59bab829
ef277ae4
Pipeline
#37432
passed with stages
in 9 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/side_drawer/side_drawer.js
View file @
25a8b48b
...
...
@@ -49,6 +49,7 @@ const SideDrawer = {
currentUser
()
{
return
this
.
$store
.
state
.
users
.
currentUser
},
shout
()
{
return
this
.
$store
.
state
.
shout
.
channel
.
state
===
'
joined
'
},
unseenNotifications
()
{
return
unseenNotificationsFromStore
(
this
.
$store
)
},
...
...
src/components/side_drawer/side_drawer.vue
View file @
25a8b48b
...
...
@@ -106,10 +106,10 @@
</router-link>
</li>
<li
v-if=
"
cha
t"
v-if=
"
shou
t"
@
click=
"toggleDrawer"
>
<router-link
:to=
"
{ name: '
cha
t-panel' }">
<router-link
:to=
"
{ name: '
shou
t-panel' }">
<FAIcon
fixed-width
class=
"fa-scale-110 fa-old-padding"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment