Git Product home page Git Product logo

Comments (3)

ccd0 avatar ccd0 commented on August 29, 2024

That's odd, there should be one both above and below. I tested on Chromium and Firefox, with and without JSON.
screenshot from 2014-05-19 21 09 53

from 4chan-x.

ccd0 avatar ccd0 commented on August 29, 2024

Maybe it's an issue with your ad blocker? It should look like this with the ad blocked, but I suppose an overly aggressive ad blocker might remove the <hr>'s around the ad.
screenshot from 2014-05-19 21 28 04

from 4chan-x.

seaweedchan avatar seaweedchan commented on August 29, 2024

I found the issue, it was a user style unrelated to 4chan X that I had forgotten I had set up years ago that just didn't take well to the new changes. Sorry for bothering.

capture

Now I'm just using:

div.navLinks {
margin-top: -3px;
}
.ad-plea-bottom + hr {
display: none;
}

And things look much better, if you want to use that yourself, though I'm also hiding:

body>hr, #blotter hr, div.desktop hr {
display: none;
}

for a more clean look at the top.

from 4chan-x.

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.