DEV: Fix position of filtered replies notice on DiscourseHub (#11462)

This commit is contained in:
Penar Musaraj 2020-12-10 13:25:09 -05:00 committed by GitHub
parent 4858ae0b19
commit 8940e0f163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ body.footer-nav-visible {
margin-bottom: env(safe-area-inset-bottom);
padding-bottom: 0px;
}
.posts-filtered-notice {
transition: all linear 0.1s;
bottom: $footer-nav-height + 15;
}
}
.footer-nav {