randomguy-2650

Results 32 comments of randomguy-2650

Yup, can verify that the add‐on button has a larger radius than the surrounding buttons, but after verifying it to the UI in Chrome, the add‐on button actually has the...

Check `userChrome.css` (not `user-chrome.css`), is `custom.css` imported properly? It should be like this in the beginning of the CSS file: ```CSS @import "custom.css"; ```

> > Check `userChrome.css` (not `user-chrome.css`), is `custom.css` imported properly? It should be like this in the beginning of the CSS file: > > Yes it is Now it only...

I think that’s a Firefox‐specific issue as CSS alone can’t move specific elements from specific menus to another menu. You can only fix it by changing the Firefox UI’s HTML...

> My self-used patch, you can add it to custom.css temporary. Tested on https://github.com/e3kskoy7wqk/Firefox-for-windows-7 141a1 > > ```CSS > @media (-moz-pref("userChrome.ui-chrome-refresh")) { > .tab-background { > padding: 3px 12px 0...

After messing around for a while, it works now. Closing this issue now.

Isn’t it done like that to leave space for the icons if `userChrome.ui-context-menu-icons` is enabled? There is an icon used for SingleFile, so that occupies the space to prevent weird...

Remember, there isn't official support for VSCodium!

If comparing with Chrome, the extension button actually has the correct size, all the other ones don’t.

> another thing is the 2px wide tab separator is mis-aligned in "chrome-refresh" so I fixed that. > > ```CSS > /* Tab separator moved 1px left for chrome since...