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
533626e4
Unverified
Commit
533626e4
authored
1 year ago
by
Peter Mack
Browse files
Options
Downloads
Patches
Plain Diff
Hide 'Firefox View' in css, as it can't be hidden in about:config on Firefox 123 (MR 43)
parent
8f1546c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!43
Hide 'Firefox View' in CSS for current Firefox (can't be hidden in about:config on Firefox 123)
Pipeline
#144327
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/userChrome/tabmenu.css
+8
-1
8 additions, 1 deletion
src/userChrome/tabmenu.css
with
8 additions
and
1 deletion
src/userChrome/tabmenu.css
+
8
−
1
View file @
533626e4
...
...
@@ -16,10 +16,17 @@
display
:
block
;
}
/* Hide firefox-view tab, as none of the options in about:config hides it on FF 123 */
#firefox-view-button
{
display
:
none
;
}
/* Increase tab width, to have more space for displaying the title of the
* website and to make the "all tabs" button show up. */
* website and to make the "all tabs" button show up.
* Hide the would be divider to the Firefox View button */
#tabbrowser-tabs
{
--tab-min-width
:
calc
(
100vw
-
116px
)
!important
;
border-inline-start
:
0
!important
;
}
/* Rotate the arrow on the "all tabs" button to point upwards, since the
...
...
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