This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix snackbar notification stacking order (
#2935
)
closed-social-v3
Soshi Kato
7 years ago
committed by
Eugen Rochko
parent
ef226a6f22
commit
f36a791227
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
app/javascript/mastodon/selectors/index.js
+ 4
- 1
app/javascript/mastodon/selectors/index.js
View File
@ -56,7 +56,10 @@ export const getAlerts = createSelector([getAlertsBase], (base) => {
message
:
item
.
get
(
'message'
)
,
title
:
item
.
get
(
'title'
)
,
key
:
item
.
get
(
'key'
)
,
dismissAfter
:
5000
dismissAfter
:
5000
,
barStyle
:
{
zIndex
:
200
}
}
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save