mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Doc: Restrictions - About -moz-box-layout
This commit is contained in:
parent
7ed88acf86
commit
4122a59910
1 changed files with 5 additions and 1 deletions
|
|
@ -75,7 +75,11 @@ The following code will cause extension panels fail to open and trying to open t
|
|||
```
|
||||
Info: `#nav-bar` is [`toolbar`](https://udn.realityripple.com/docs/Archive/Mozilla/XUL/toolbar).
|
||||
|
||||
Another `display: flex`'s side effect examples. [#368](https://github.com/black7375/Firefox-UI-Fix/issues/368) [#372](https://github.com/black7375/Firefox-UI-Fix/issues/372)
|
||||
Another `display: flex`'s side effect examples. [#368](https://github.com/black7375/Firefox-UI-Fix/issues/368) [#372](https://github.com/black7375/Firefox-UI-Fix/issues/372)
|
||||
After FF `v107`, breakage due to `-moz-box` may occur.
|
||||
|
||||
- [Bug 1783934 - Add a way to incrementally migrate -moz-box layout to modern flexbox](https://bugzilla.mozilla.org/show_bug.cgi?id=1783934)
|
||||
- [Bug 1790616 - Use modern flexbox in the browser toolbox.](https://bugzilla.mozilla.org/show_bug.cgi?id=1790616)
|
||||
|
||||
### RTL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue