Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mobile-config-firefox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
mobile-config-firefox
Commits
f0cada5a
Unverified
Commit
f0cada5a
authored
1 year ago
by
Peter Mack
Browse files
Options
Downloads
Patches
Plain Diff
Fix bookmark menu on Firefox 124, bump copyright (MR 46)
parent
4b8c2cd3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!46
Fix bookmarks menu on current Firefox (124)
Pipeline
#144334
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/userChrome/editBookmarkPanel.css
+12
-2
12 additions, 2 deletions
src/userChrome/editBookmarkPanel.css
with
12 additions
and
2 deletions
src/userChrome/editBookmarkPanel.css
+
12
−
2
View file @
f0cada5a
/* Copyright 202
2
Oliver Smith
/* Copyright 202
4
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment