Skip to content

Commit

Permalink
remove 1450px breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wang committed Mar 21, 2022
1 parent dc10e12 commit 4321542
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions extension/content/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,9 @@ const changeNavigationButtonsLabels = (navigationButtonsLabels) => {
addStyles(
"mt-navigationButtonsLabels",
`
@media all and (min-width: 1450px) {
header[role="banner"] nav[role="navigation"] * div[dir="auto"]:not([aria-label]) > span,
[data-testid="SideNav_AccountSwitcher_Button"] > div:not(:first-child) {
opacity: 1 !important;
}
header[role="banner"] nav[role="navigation"] * div[dir="auto"]:not([aria-label]) > span,
[data-testid="SideNav_AccountSwitcher_Button"] > div:not(:first-child) {
opacity: 1 !important;
}
`
);
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Minimal Theme for Twitter",
"short_name": "Minimal Twitter",
"description": "Declutter the Twitter web experience.",
"version": "4.1.9",
"version": "4.1.10",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Minimal Theme for Twitter",
"short_name": "Minimal Twitter",
"description": "Declutter the Twitter web experience.",
"version": "4.1.9",
"version": "4.1.10",
"manifest_version": 2,
"icons": {
"16": "images/MinimalTwitterIcon16.png",
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.v3..json → extension/manifest.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Minimal Theme for Twitter",
"short_name": "Minimal Twitter",
"description": "Declutter the Twitter web experience.",
"version": "4.1.9",
"version": "4.1.10",
"manifest_version": 3,
"icons": {
"16": "images/MinimalTwitterIcon16.png",
Expand Down

0 comments on commit 4321542

Please sign in to comment.