Replies: 5 comments 4 replies
|
Problem solved with the help of those in reddit.com |
0 replies
|
It appears that all the |
0 replies
|
Thank you for sharing this. |
2 replies
|
Aris-t2 urlbar_restore_visible_border.css stopped working for me and after much mucking around and some help from TraditionalTie4831 in reddit I have it working again. NEW code" |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Various menu breakages.
It is ONLY affecting; (click links to see images)
(#PlacesToolbarItems menuitem)
#PlacesChevronPopup menu
and all sub-menus within #PlacesChevronPopup
#appMenu
and all sub-menus within #appMenu.
AND, the sub-menus within #appMenu now have a mandatory height as opposed to a flex height.
https://i.ibb.co/WWsHVhhT/Screenshot-2026-05-21-at-17-44-37.png
I have partially solved this with the appMenu.
#appMenu-popup > panelmultiview toolbarbutton,
#appMenu-popup .panel-subview-body,
#appMenu-zoom-controls {
padding-block: 1px !important; /* vertical padding /
margin-inline: 1px !important; / general padding /
padding-block: 1px !important; / vertical padding */
background-color: #D1D1D1 !important;
}
All reactions