Cleanup, little documentation, localization

This commit is contained in:
Henry Jameson 2019-05-15 20:44:35 +03:00
parent 543604fd2d
commit 7976d118ca
9 changed files with 39 additions and 12 deletions

View file

@ -1,8 +1,10 @@
@import '../../_variables.scss';
.notifications {
// a bit of a hack to allow scrolling below notifications
padding-bottom: 15em;
&:not(.minimal) {
// a bit of a hack to allow scrolling below notifications
padding-bottom: 15em;
}
.loadmore-error {
color: $fallback--text;