Give tall notifications either a scrollbar (mentions), or just cap them and use a cool hider (fav/rt).
This commit is contained in:
parent
e19a617de1
commit
a169abcec2
3 changed files with 29 additions and 2 deletions
|
@ -23,6 +23,11 @@ const Notifications = {
|
|||
},
|
||||
unseenCount () {
|
||||
return this.unseenNotifications.length
|
||||
},
|
||||
hiderStyle () {
|
||||
return {
|
||||
background: `linear-gradient(to bottom, rgba(0, 0, 0, 0), ${this.$store.state.config.colors['base00']} 80%)`
|
||||
}
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue