Results 217 comments of PalmerAL

It's the second one - `:visited` doesn't do anything, because Electron doesn't support it.

Do you happen to know which dependencies we need to add?

Generally, @ShreyasGamer is right; you'd need to edit the bundle file for changes to appear (or better: edit the original CSS file and re-compile: https://github.com/minbrowser/min?tab=readme-ov-file#building-binaries) However, the tab bar color...

Did this work in the past, or did you just install Min for the first time? Does it still happen after restarting the browser?

* Does this also happen if you run an Electron app like [electron-quick-start](https://github.com/electron/electron-quick-start)? * If you go to Min settings and enable "use separate title bar", does that help?

We have some code that when there's a `focus` event on the window, we set the focus to the tab contents - maybe that's related? https://github.com/minbrowser/min/blob/master/js/webviews.js#L525-L529 Other than that, I...

This is caused by the fix for #1835. To fix that issue, we intercept the new window event in certain conditions and open a new tab instead: https://github.com/minbrowser/min/blob/master/main/viewManager.js#L76. But in...

Interesting idea, but I have some concerns with it: * If you enter this mode by mistake (and accidentally pressing a couple of keys isn't that hard) there's no obvious...

I guess I'll just re-iterate my previous concerns, which is that I don't really see this being very practical to use for most browsing. Navigating between tabs and controlling the...

There isn't really any particular process to figure this out. Ultimately, I'm going to be the one reviewing your PR and deciding what to do, but I do want to...