buffbears / Weatherscan

Weatherscan Simulator orginally made by /u/AnonChickenWalker. Maintained by Goldblazez (BuffBears).
https://weatherscan.me
127 stars 30 forks source link

severe weather mode bug #23

Closed brenden7158 closed 2 years ago

brenden7158 commented 2 years ago

image

Galaga81 commented 2 years ago

This was also mentioned in #15

Galaga81 commented 2 years ago

I think I have the fix for this. In slides-loop.js add this line: $('.severe-city-info-slide').fadeOut(0); right before the "//fade in" comment around line 77

Galaga81 commented 2 years ago

Also, could we make .bulletin #subhead-noaa { font-size: 22px; (instead of 22.5px?). It's a bit tight in Safari. Screen Shot 2022-08-10 at 7 03 45 PM

buffbears commented 2 years ago

The issue is is it's perfect in chrome. Ill fix the fade out issue.

buffbears commented 2 years ago

Fixed.