Give tall notifications either a scrollbar (mentions), or just cap them and use a cool hider (fav/rt).

This commit is contained in:
shpuld 2017-11-13 19:23:43 +02:00
parent e19a617de1
commit a169abcec2
3 changed files with 29 additions and 2 deletions

View file

@ -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: {