webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
739 stars 63 forks source link

djsclubradio.blogspot.com - Social media icons are displayed misaligned #51551

Open webcompat-bot opened 4 years ago

webcompat-bot commented 4 years ago

URL: https://djsclubradio.blogspot.com

Browser / Version: Firefox Operating System: Windows 10 Tested Another Browser: Yes Opera

Problem type: Design is broken Description: Items are misaligned Steps to Reproduce: La web se visualiza bien en chrome,explorer,opera, pero se ve mal en firefox, los iconos de las redes sociales se ven desalineadas. Gracias

View the screenshotScreenshot
Browser Configuration
  • None

Submitted in the name of @alejandromagnun

From webcompat.com with ❤️

softvision-oana-arbuzov commented 4 years ago

Thanks for the report, I was able to reproduce the issue. image

Tested with: Browser / Version: Firefox Nightly 77.0a1 (2020-04-13) Operating System: Windows 10 Pro

Moving to Needsdiagnosis for further investigation.

karlcow commented 4 years ago

This could be fixed with


/* Inline #18 | https://djsclubradio.blogspot.com/ */

.margin-1000 {
        display: flex;
}

marquee {
        flex: 1 0 100%;
}

.margin-1000 {
        flex-wrap: wrap;
}

on any browsers. Given the markup and the css this is a quite old website. So I have not that much it will be fixed by the site owners. BUT if you know someone who know someone who is in charge of it, feel free to point them to this issue.