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

Commit 51b9eddb authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/fix-footer' into 'main'

Footer height issue

Closes e/infra/backlog#3334

See merge request !204
parents ee00e935 5bbc2513
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;
}