Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
This commit is contained in:
@ -137,6 +137,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status__content__spoiler-link {
|
||||
background: lighten($color1, 26%);
|
||||
|
||||
&:hover {
|
||||
background: lighten($color1, 29%);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status {
|
||||
|
Reference in New Issue
Block a user