DevKoRinGa / jk_jobs

NUI JOBS FOR ESX
GNU General Public License v3.0
3 stars 12 forks source link

Limit jobs. #1

Open hichay opened 5 years ago

hichay commented 5 years ago

When i have 18 jobs it only show 8 job. can you edit it with 2 line and scrollbars to easy get more jobs?

Stalkero commented 4 years ago

I have the same problem but i have 5 jobs limit

Luis26x commented 4 years ago

How do I remove the other work menu? I'm new to this forgive the question. I have 2 rings.

ben4594 commented 4 years ago

A simple goog search would tell you @Wafel112

kyledeluxe commented 4 years ago

In the html\css\style.css change this:

.container { position: relative; white-space: nowrap; overflow-x: hidden; height: 20em; width: 80em; top: 40vh; margin: auto; -webkit-transform: translateY(-7.2em); transform: translateY(-7.2em); }

For example, 80EM can become 100, or whatever. It depends how many jobs you add. But that would spread the display accordingly to list all the jobs.

LeonmDK3 commented 4 years ago

@kyledeluxe I done that but I can still only see 8 jobs even if i set width to 500