Replies: 4 comments 2 replies
-
|
Problem solved with the help of those in reddit.com |
Beta Was this translation helpful? Give feedback.
-
|
It appears that all the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for sharing this. |
Beta Was this translation helpful? Give feedback.
-
|
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" |
Beta Was this translation helpful? Give feedback.


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;
}
Beta Was this translation helpful? Give feedback.
All reactions