Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d63f90a6 authored by Ronak Patel's avatar Ronak Patel Committed by AVINASH GUSAIN
Browse files

Footer height issue

parent 07771c44
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -411,10 +411,12 @@ input.primary,
    border: 1px solid #fff;
    color: #fff;
}
footer {
#body-public footer {
    height: 92px;
}

#body-public main {
    padding-bottom: calc(var(--footer-height)* 2);
}
#header #notifications .notifications-button__icon {
    display: none;
}