In installing_page.css, the bottom property of the #footer selector differs by 1 px between the [aurora, nightly] and unofficial channels.
Aurora/Nightly channel:
#footer {
...
bottom: 59px;
}
Unofficial channel:
#footer {
...
bottom: 60px;
}
1 pixel seems relatively discardable and not worth a condition, what do you think @JulianGaibler?
In
installing_page.css, the bottom property of the#footerselector differs by 1 px between the[aurora, nightly]andunofficialchannels.Aurora/Nightly channel:
Unofficial channel:
1 pixel seems relatively discardable and not worth a condition, what do you think @JulianGaibler?