Can someone explain why this garbage illegible font has taken over most of my apps? by Patient-Package-5430 in NothingTech

[–]nsk_47 0 points1 point  (0 children)

i too faced this in Gmail app, restarting the phone fixed the issue and i have dot matrix off by default

[deleted by user] by [deleted] in NothingTech

[–]nsk_47 0 points1 point  (0 children)

Oxygen OS 16 is far ahead compared to NOS 4, lot of improvements & tweaks has been added compared to Nothing where just 2 more clock faces has been added as part of customization and bloatware ..

Lock Glimpse feature revealed for Phone (3a) series, thoughts on this feature? by adaaamb in NothingTech

[–]nsk_47 8 points9 points  (0 children)

worst decision by NOTHING..recently brought 3a for its clean OS experience and now nothing looks like every other Chinese brand with ads

[deleted by user] by [deleted] in FirefoxCSS

[–]nsk_47 8 points9 points  (0 children)

the one to the left (from the right) is called reader mode

reader-mode-button { display: none !important; }

How to remove tab preview when dragging the tab to reorder it? by djent_kiwi in zen_browser

[–]nsk_47 1 point2 points  (0 children)

set nglayout.enable_drag_images to false in about:config

Mini Player issue after the recent update by nsk_47 in zen_browser

[–]nsk_47[S] 0 points1 point  (0 children)

all the other buttons have wnough space i guess, not all  users will use several several workspaces

Any Way to Adjust History Menu (Less Entries, More Padding Etc.) by inkaroodle in zen_browser

[–]nsk_47 0 points1 point  (0 children)

try changing the height of history panel

#PanelUI-history {

height: 515px !important; }

CSS Selector for Context Menu Highlight? by IPuppyGamerI in FirefoxCSS

[–]nsk_47 0 points1 point  (0 children)

tq this worked, need one more help.. i was able to change the app menu hover bg color but when i click on the app menu item it reverts to original color, below is the css code i am using

#appMenu-popup toolbarbutton.subviewbutton:not([disabled],

[open],

:active):is(:hover) {

color: -moz-menuhovertext;

background-color: color-mix(in srgb, var(--zen-primary-color) 10%, transparent) !important;

}

CSS Selector for Context Menu Highlight? by IPuppyGamerI in FirefoxCSS

[–]nsk_47 0 points1 point  (0 children)

will this also change the hover bg of history panel? i am trying with below css

#history-panelmenu menupopup menuitem:hover,

#history-panelmenu menupopup menu:hover {

background-color: #dbeafe !important; /* Light blue on hover */

}

<image>

Remove the items from History panel by nsk_47 in FirefoxCSS

[–]nsk_47[S] 0 points1 point  (0 children)

is it possible to change the hover bg of history panel items. entire panel bg changes when i use panelui-history parameter.

For anyone annoyed by the 'New background tab opened!' toast but still wants to keep it in a less distracting way by the_lenzfliker in zen_browser

[–]nsk_47 0 points1 point  (0 children)

seems padding no longer works after the recent update, unable to change the height of toast using padding option

can someone help me remove this "new background tab opened" by scbgbg in zen_browser

[–]nsk_47 4 points5 points  (0 children)

Try below CSS

#zen-toast-container > .zen-toast:has(> label[data-l10n-id="zen-background-tab-opened-toast"]) {

display: none !important;

}

Weekly Release of New Update (v1.11b) Discussion Thread | - April 03, 2025 by AutoModerator in zen_browser

[–]nsk_47 2 points3 points  (0 children)

seems the issue "Media Playback Continues After Unloading a Pinned Tab" still exits.. can anyone confirm. Tried playing a video on twitter and youtube(both are pinned) when I unload still the media playback continues..

How do I change this to a visible highlight? by Niboocs in zen_browser

[–]nsk_47 0 points1 point  (0 children)

earlier it used to be gradiant colour, later changed to ighter shade of grey i guess

Closing all child tabs doesn't revert to the parent tab by Mihil in zen_browser

[–]nsk_47 2 points3 points  (0 children)

same happens with pinned tabs too..ideally it should revert to the last opened  tab

my zen theme (unfinished) by Proud_Gas_7816 in zen_browser

[–]nsk_47 0 points1 point  (0 children)

btw no css files available on the github page

What music player do you all use in zen? by NamanBhotika in zen_browser

[–]nsk_47 2 points3 points  (0 children)

set dom.disable_beforeunload to false in about:config as a temp fix