omeka-s-themes / default

GNU General Public License v3.0
2 stars 13 forks source link

Clear page footer fix #18

Closed DavidFluck closed 4 years ago

DavidFluck commented 4 years ago

This fix addresses https://github.com/omeka/omeka-s/issues/1576.

Before:

omeka-float-bug

After:

omeka-float-fix-left

I've verified that this works for float left, center, and float right.

Summary:

I wasn't sure if I should add this as a property of all footers or just this specific one, but to err on the side of caution to avoid affecting every footer, I gave this theme's footer a specific class for styling.

Additionally, I've updated both _desktop.scss and _screen.scss. It looks like just adding this to _screen.scss would've sufficed, but I wanted the fix to exist in both in case there was ever a chance that a media query would cause someone to receive a stylesheet that didn't have this fix.

I'm happy to make any necessary fixes to bring this in line with project standards or to correct any misunderstandings on my part.

zerocrates commented 4 years ago

Thanks!

A couple things:

zerocrates commented 4 years ago

I do think we'd prefer the class on the footer markup removed and the style to just target footer.

That should be the last thing, though, otherwise this looks good to go to me.

DavidFluck commented 4 years ago

Apologies, I missed the e-mail. Thank you!