Skip to content
Snippets Groups Projects
Unverified Commit f0cada5a authored by Peter Mack's avatar Peter Mack
Browse files

Fix bookmark menu on Firefox 124, bump copyright (MR 46)

parent 4b8c2cd3
No related branches found
No related tags found
1 merge request!46Fix bookmarks menu on current Firefox (124)
Pipeline #144334 passed
/* Copyright 2022 Oliver Smith
/* Copyright 2024 Oliver Smith, Peter Mack
* SPDX-License-Identifier: MPL-2.0 */
@media (max-width: 700px) {
......@@ -30,7 +30,11 @@
* you bring up the menu, no need for a screenshot. Also it has a glitch
* when taking the screenshot in mobile portrait view, half the screenshot
* is just black. Let's rather use the space to edit the bookmark
* information. */
* information.
* Note: There's no more screenshot in FF 124, so likely part of
* this can be dropped with ESR 128 */
#editBookmarkPanelInfoArea,
#editBookmarkSeparator {
display: none;
......@@ -43,6 +47,12 @@
display: none;
}
/* Fix remove/save buttons for Firefox 124 */
#editBookmarkPanel * .panel-footer {
justify-content: flex-start !important;
}
/* Fix buttons for FF 115, likely obsolete with FF ESR 128 */
#editBookmarkPanelBottomButtons {
width: 250px !important;
min-width: 250px !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment