V1.1
bg-fix.css
Description
This mini CSS snippet will apply a fix for backgrounds.
Currently
if you use either
Automails
background feature or any other one that applies the background to the
user
element it will not display properly at the bottom of
the page.
To fix this I simply removed the margin from the
footer
element and applied it to the
user
element in form of a padding.
Features
- Fixes small bug
Sceenshots
Screenshot
- Background fix
Installation
Quick Setup
Add
@import
url("https://anzuftnw.github.io/files/bg-fix.css");
into the custom css box inside your app settings and press submit.
Customize
If you want more freedom and disable or modify some of the things this
code snippet does you probably already know how to do so. Copy the contents
of
bg-fix.css
into your custom css box or a seperat file and get started.
Changelog
2021/11/06
- Version 1.1
- Organizatory restructure
2021/08/03
- Version 1.0
- Initial release