Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
webcompat-bot opened this issue Apr 13, 2020 · 2 comments
Open
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Apr 13, 2020

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 ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Apr 13, 2020
@webcompat-bot webcompat-bot added this to the needstriage milestone Apr 13, 2020
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Apr 13, 2020
@webcompat-bot webcompat-bot changed the title In the moderation queue. djsclubradio.blogspot.com - design is broken Apr 13, 2020
@webcompat-bot webcompat-bot added browser-chrome priority-critical and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Apr 13, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov changed the title djsclubradio.blogspot.com - design is broken djsclubradio.blogspot.com - Social media icons are displayed misaligned Apr 14, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov added priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. labels Apr 14, 2020
@softvision-oana-arbuzov
Copy link
Member

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 karlcow added the engine-gecko The browser uses the Gecko rendering engine label May 12, 2020
@karlcow
Copy link
Member

karlcow commented May 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect.
Projects
None yet
Development

No branches or pull requests

3 participants