Last active
November 27, 2024 21:55
-
-
Save Guerra24/6d7bc4be8849bb8d6eef3a2a74d68e1f to your computer and use it in GitHub Desktop.
Self-contained CSS for context menus. For the updated/completed theme please use: https://github.com/Guerra24/Firefox-UWP-Style
For anyone having problems with the bookmarks menu (e.g. extremely large rows), try adding block this to the bottom:
#bookmarks-menu-button .menu-right {
-moz-appearance: unset !important;
padding: unset !important;
margin-right: unset !important;
border-width: unset !important;
border: unset !important;
border-width: unset !important;
transform: none !important;
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm proud of you...well done.
thanks for sharing!