Coder Social home page Coder Social logo

Comments (9)

johno avatar johno commented on August 15, 2024

Yeah, I've seen the same behavior, and have been looking into it. No luck thus far, but I will keep you posted.

from pixyll.

bandali0 avatar bandali0 commented on August 15, 2024

Yeah I couldn't figure out why either, but thanks and do let me know if you find out anything.

from pixyll.

anandrajaram avatar anandrajaram commented on August 15, 2024

fwiw, I "hacked" this for desktop and tablet media screen types

 .site-header .site-nav {
    margin-top: -2.5rem;
  }

and it shows up like this:

img

from pixyll.

johno avatar johno commented on August 15, 2024

It's quite strange because I was able to get pixyll.com to exhibit that behavior around every 10 page loads. However, now, it doesn't seem to be occurring.

I'm going to try:

.site-nav {
  margin: 0;
  padding: 0;
}

Perhaps it will help resolve the problem.

from pixyll.

bandali0 avatar bandali0 commented on August 15, 2024

@anandrajaram @johnotander I'm afraid none of those helped fix the problem.

A temporary solution I've found to work is giving a float: left; to the title a tag, but the problem with that is the rest of the page is shifted up a bit, along with the navigation links (different than when you refresh the page). But anyhow, maybe we could float left the title and then push things down again?

Also, this happens in chrome on Windows as well, but not on Firefox.

from pixyll.

johno avatar johno commented on August 15, 2024

Thanks for looking into it @aminb.

I will add float:left; to the site title tag and float:right; in the site-nav with a clearfix below them. Then readjust any necessary whitespace to match it to what's existing. I should get to this later this afternoon.

from pixyll.

bandali0 avatar bandali0 commented on August 15, 2024

@johnotander You're welcome and I hope it helps and actually works out as a solution. Looking forward to the commits.

One other thing I've realized is that for this bug to happen, you have to open the page from url bar (clicking the link from other pages doesn't reproduce) and sometimes you have to close (end) the incognito session and then go incognito again for the bug to show up, in case you're trying with incognito mode as well.

from pixyll.

johno avatar johno commented on August 15, 2024

@aminb @anandrajaram Looks like this should fix it. Let me know if you can still reproduce the behavior. Thanks!

from pixyll.

bandali0 avatar bandali0 commented on August 15, 2024

@johnotander Seems like it's been fixed. Fantastic!

from pixyll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.