mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Panel - Developer tools view last item margin
This commit is contained in:
parent
2fc7254cfa
commit
badf863af9
1 changed files with 3 additions and 0 deletions
|
|
@ -525,6 +525,9 @@
|
|||
#appmenu-developer-tools-view .subviewbutton:nth-child(10) { /* Extensions for Devel */
|
||||
list-style-image: url(chrome://devtools/skin/images/debugging-addons.svg);
|
||||
}
|
||||
#appmenu-developer-tools-view .subviewbutton:last-child {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
/* Panel - Help */
|
||||
#appMenu_menu_openHelp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue