Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
7 stars 14 forks source link

Bug: jobs div overflow #52

Closed BamaCharanChhandogi closed 6 months ago

BamaCharanChhandogi commented 6 months ago

Describe your issue

when you scroll down and then hover over the job post you will notice it overflowing.

image

Steps to reproduce

  1. Open site
  2. scroll down a little bit
  3. hover on the job post div

Would you like to work on this issue?

Yes

By submitting this issue, I have confirmed that:

Pavel401 commented 6 months ago
Screenshot 2024-01-26 at 12 41 08 AM

Hey @BamaCharanChhandogi, there's one more issue in the Job card related to the company image; it's set to Boxfit.fit. That's causing image overflow. Can you fix that so the image is visible?

BamaCharanChhandogi commented 6 months ago

It's very wired showing different font styles on different browsers. like in my Chrome:

image

Edge:

image

Pavel401 commented 6 months ago

@BamaCharanChhandogi, apparently, it's an automated feature in some browsers that resizes text under certain conditions.

Do you want to take your time and fix that issue too? I can change the label to "Hard".

Pavel401 commented 6 months ago
Screenshot 2024-01-26 at 1 08 52 AM

Job card similar to this will look better

BamaCharanChhandogi commented 6 months ago

the first issue I have resolved. Do you want this issue will be resolved on the same issue/PR

Pavel401 commented 6 months ago

@BamaCharanChhandogi send another PR

BamaCharanChhandogi commented 6 months ago

okay! I am creating another issue/PR related to this problem.

BamaCharanChhandogi commented 6 months ago

53