Results 290 comments of MS_Y

It seems [Dependent type](https://en.wikipedia.org/wiki/Dependent_type). - [What is dependent typing?](https://stackoverflow.com/questions/9338709/what-is-dependent-typing) - [Haskell wiki - Dependent type](https://wiki.haskell.org/Dependent_type) I think it will be really useful. I remember that [typescript's literal type](https://www.typescriptlang.org/docs/handbook/literal-types.html) was very...

@golddranks Yeah, you are right. Thank you for telling me good information.

Hello, I'am lepton theme author. Is `#TabsToolbar[multibar]` that you can check when it's multi row mode in TabMixPlus? If it's right, I think lepton theme can do the patch.

Unfortunately, due to the CSS loading order of Firefox, the style will not be applied unless `!important` is used. - https://github.com/black7375/Firefox-UI-Fix/blob/master/docs/Restrictions.md#css-loading-order I'll see if I can increase compatibility with TMP...

@onemen I have a question. For now, I've checked most of the other compatibility. Only one new tab button shape is left. The shape of `#tabs-newtab-button` is crushed, and it...

I'll come up with a way to avoid conflict or bypass tomorrow. Thank you for your quick reply.

I've created a temporary branch. https://github.com/black7375/Firefox-UI-Fix/tree/tmp In my environment, the following code just works and fixes the UI crash. ```css #TabsToolbar[multibar] .tabbrowser-tab { height: unset !important; } ``` --- **More...

Now, It seems to work well with multi-row in my environment !! https://github.com/black7375/Firefox-UI-Fix/releases/tag/v6.3.0

Try to use `v6.0.0` ![](https://user-images.githubusercontent.com/25581533/185762054-1efbb7b2-98fd-4f31-84c5-f765d3df3d63.png) - https://github.com/black7375/Firefox-UI-Fix/releases/tag/v6.0.0 - https://github.com/black7375/Firefox-UI-Fix/wiki/Options#tab-bar-1

Thanks, I'll fix it.