anthony1x6000 / ROBLOX2016stylus

Stylish/stylus theme
https://anthonyis.online/0/roblox2016
MIT License
19 stars 6 forks source link

suggestion - remove wallet number and icon without leaving a big ass gap #51

Closed kingofcube closed 2 weeks ago

kingofcube commented 1 month ago

please im begging you

anthony1x6000 commented 1 month ago

Like remove the element that shows how much robux you have?

anthony1x6000 commented 1 month ago

You can just do #navbar-robux { display: none; } I don't think I can implement this removal as stock with the userstyle.

kingofcube commented 4 weeks ago

Like remove the element that shows how much robux you have?

No, I meant the roblox credit bullshit

anthony1x6000 commented 4 weeks ago

I am not familiar, could you show me a screenshot?

GoofyGuyWhoCantAnimate commented 3 weeks ago

Roblox does not have an official credit converter, you must be using other extensions. Just disable it that way

anthony1x6000 commented 3 weeks ago

Probably a third-party extension. I'll keep this issue closed until the extension is named so I can add support for it then.

kingofcube commented 3 weeks ago

Probably a third-party extension. I'll keep this issue closed until the extension is named so I can add support for it then.

floorp_NoKNWdW9N2 ????? i just disabled the roblox addons i had and it still shows up

anthony1x6000 commented 3 weeks ago

I have never seen that in my life, but it seems part of roblox.

Unfortunately, I cannot fix this as I don't yet have that icon. Could you inspect and pick that element, then send a screenshot similar to the following image? You can quickly get a picker going on Chromium-based browsers by pressing Ctrl + Shift + C. image I could maybe try fixing it that way; otherwise, hopefully, someone with access can fix it themselves and make a pull request.

parker02311 commented 2 weeks ago

@anthony1x6000 This can be removed by adding the following CSS

    /* Remove nav-credit display */
    .nav-credit {
        display: none !important;
    }

What it looks like without image

What it looks like with: image

Working on a PR now.

anthony1x6000 commented 2 weeks ago

That's great!

If possible, could you also test the icon colours on light and dark modes?

It may also be worth making an optional toggle similar to 'displayRecommended.' I could do that part myself to save you the trouble.

parker02311 commented 2 weeks ago

I have already implemented the option toggle! Creating the PR right now actually, I will quickly test the icon colors, although I would have no idea how to fix them if they are broken.

anthony1x6000 commented 2 weeks ago

Wow, thanks for already implementing that! Should the icons be broken, sometimes I just do a css filter invert(1) on them, appending .dark-theme before the icon selector. Probably not the best practice.

Sometimes the light and dark mode icon are in the same svg, so just moving the background image might work as well.

parker02311 commented 2 weeks ago

It appears it is broken, but I have found a fix and will add it to the PR

anthony1x6000 commented 2 weeks ago

Should be fixed now in #52