webannoyances icon indicating copy to clipboard operation
webannoyances copied to clipboard

timesofisrael.com

Open RedDragonWebDesign opened this issue 3 years ago • 2 comments

image

https://www.timesofisrael.com/6-countries-find-coronavirus-at-mink-farms-fears-mutation-could-hinder-vaccine/

I started writing filters for this page and got stuck. Here's what I have so far.

! block cookie notice
timesofisrael.com##.cc-popup

! fix bug where top left article tile is overlapping with main article
timesofisrael.com##.sidebar:style(z-index: -1 !important;)

Stuff that still needs attention:

  • At wide widths, it'd be good if we can hide the content on the left.
  • At narrow widths, it'd be good if we can get rid of the whitespace on the right, and fix the left alignment, and possibly add a horizontal scroll.

Wide width: image

Narrow width: image

RedDragonWebDesign avatar Nov 10 '20 01:11 RedDragonWebDesign

I've played around with this and can't figure out a good way to do what you are asking for. The way the sidebar is positioned it seems like even when it is gone it is taking up offscreen space on the canvas (maybe called negative space?) on the left side of the screen so trying to force the main article to the right to accommodate that occupation of space offscreen is proving a challenge for me if that description makes sense.

yourduskquibbles avatar Nov 10 '20 20:11 yourduskquibbles

No worries. Thanks for trying.

Might be worth it to nuke the "Home Page" button and the left aside then. Then people can just use the menu or the real homepage to do homepage stuff.

Hopefully this would fix the narrow width issues too.

RedDragonWebDesign avatar Nov 11 '20 00:11 RedDragonWebDesign