Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Dec 29, 2023
1 parent f56b9fa commit 721ca54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<br><br>
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" alt="Creative Commons License"></a>
<br><br>
<a href="https://chrome.google.com/webstore/detail/github-center/"><img src="https://img.shields.io/chrome-web-store/stars/?style=for-the-badge&logo=google-chrome&logoColor=FFFFFF&label=Rating&labelColor=202020&color=4285F4" alt="Chrome Web Store Rating"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/"><img src="https://img.shields.io/chrome-web-store/users/?style=for-the-badge&logo=google-chrome&logoColor=FFFFFF&label=Installs&labelColor=202020&color=4285F4" alt="Chrome Web Store Users"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/phhlifdnoknhipocgnagdheojdekacfn"><img src="https://img.shields.io/chrome-web-store/stars/phhlifdnoknhipocgnagdheojdekacfn?style=for-the-badge&logo=google-chrome&logoColor=FFFFFF&label=Rating&labelColor=202020&color=4285F4" alt="Chrome Web Store Rating"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/phhlifdnoknhipocgnagdheojdekacfn"><img src="https://img.shields.io/chrome-web-store/users/phhlifdnoknhipocgnagdheojdekacfn?style=for-the-badge&logo=google-chrome&logoColor=FFFFFF&label=Installs&labelColor=202020&color=4285F4" alt="Chrome Web Store Users"></a>
<a href="https://addons.mozilla.org/firefox/addon/github-center"><img src="https://img.shields.io/amo/stars/github-center?style=for-the-badge&logo=firefox-browser&logoColor=FFFFFF&label=Rating&labelColor=202020&color=FF7139" alt="Mozilla Firefox Rating"></a>
<a href="https://addons.mozilla.org/firefox/addon/github-center"><img src="https://img.shields.io/amo/users/github-center?style=for-the-badge&logo=firefox-browser&logoColor=FFFFFF&label=Installs&labelColor=202020&color=FF7139" alt="Mozilla Firefox Users"></a>
</div>
Expand All @@ -27,10 +27,10 @@

#### Chrome (recommended)

<a href="https://chrome.google.com/webstore/detail/github-center/"><img alt="Google Chrome" width="48" valign="middle" src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Center/main/assets/chrome.svg"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/"><img alt="Microsoft Edge" width="48" valign="middle" src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Center/main/assets/edge.svg"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/"><img alt="Opera" width="48" valign="middle" src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Center/main/assets/opera.svg"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/"><img alt="Chrome Web Store" valign="middle" src="https://img.shields.io/chrome-web-store/v/github-center?label=%20&style=flat-square&color=4285F4"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/phhlifdnoknhipocgnagdheojdekacfn"><img alt="Google Chrome" width="48" valign="middle" src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Center/main/assets/chrome.svg"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/phhlifdnoknhipocgnagdheojdekacfn"><img alt="Microsoft Edge" width="48" valign="middle" src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Center/main/assets/edge.svg"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/phhlifdnoknhipocgnagdheojdekacfn"><img alt="Opera" width="48" valign="middle" src="https://raw.githubusercontent.com/KatsuteDev/GitHub-Center/main/assets/opera.svg"></a>
<a href="https://chrome.google.com/webstore/detail/github-center/phhlifdnoknhipocgnagdheojdekacfn"><img alt="Chrome Web Store" valign="middle" src="https://img.shields.io/chrome-web-store/v/phhlifdnoknhipocgnagdheojdekacfn?label=%20&style=flat-square&color=4285F4"></a>

#### Firefox

Expand Down
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "GitHub Center",
"author": "Katsute",
"description": "Center navigation on large viewports",
"version": "7.3",
"version": "1.0",
"homepage_url": "https://github.com/KatsuteDev/GitHub-Center",
"icons": {
"16": "icon16.png",
Expand All @@ -14,6 +14,7 @@

"browser_specific_settings": {
"gecko": {
"id": "{c9021942-d0f6-40a5-82f3-904fd8767174}",
"strict_min_version": "121.0"
}
},
Expand Down
3 changes: 2 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Copyright (C) 2023 Katsute <https://github.com/Katsute> */

.AppHeader > div, #repository-container-header,
.AppHeader > div,
#repository-container-header,
body:not(.project-page, .full-width) #repo-content-turbo-frame > div:not(:has(> react-app[app-name="react-code-view"])) {

width: 100%;
Expand Down

0 comments on commit 721ca54

Please sign in to comment.