Dear @FriendsOfFlarum team, I'd suggest that you update this extension making that the height of the custom footer is either optional or included as an attribute of the class "Footer--Content" instead of setting it with a style attribute:
<div class="Footer--Content" style="height: 50px;">
The reason is that I need a taller footer on cell phones than on wider screens and forcing the style this way, is limiting me. I've been trying to force height values with the !important attribute in the Footer--Content class for different media widths, but it is having several side effects, as after several user interactions, this default height value is forced sooner or later. In general, setting css values as "style" attributes removes flexibility. Thank you! 🙂
My footer must be 560px high because otherwise the text is cropped on cell phones. However, as you can see clicking on the ℹ️ button in https://debat.s21.cat/ on a PC or Mac, such a big footer looks huge on computer screens.