DEV: Fix position of filtered replies notice on DiscourseHub (#11462)
This commit is contained in:
parent
4858ae0b19
commit
8940e0f163
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue