mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-30 02:23:11 -07:00
Updated Compatibility Issues Solution (markdown)
parent
9e7c12b49c
commit
4e927e277b
1 changed files with 11 additions and 0 deletions
|
|
@ -55,4 +55,15 @@ Add this code [#28](https://github.com/black7375/Firefox-UI-Fix/issues/28) [#40]
|
|||
:root #appMenu-popup panelview {
|
||||
width: 25em !important; /* can modify panel width, Original: 22.5em */
|
||||
}
|
||||
```
|
||||
|
||||
## White outline on the top of address bar
|
||||
|
||||

|
||||
|
||||
Add this code [#99](https://github.com/black7375/Firefox-UI-Fix/issues/99)
|
||||
```css
|
||||
#nav-bar {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue