From 17e4ce885c320be34918331da85fbfa526a17852 Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:13:14 -0500 Subject: [PATCH] Fix max width on action insights (#38) --- src/manifest.json | 2 +- src/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 55a2147..b3d2d8b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "name": "GitHub Center", "author": "Katsute", "description": "Center navigation on large viewports", - "version": "2.4", + "version": "2.5", "homepage_url": "https://github.com/KatsuteDev/GitHub-Center", "icons": { "16": "icon16.png", diff --git a/src/style.css b/src/style.css index e667ab1..89821b3 100644 --- a/src/style.css +++ b/src/style.css @@ -2,6 +2,7 @@ .AppHeader > div, #repository-container-header, +react-app[app-name="actions-metrics"], react-app[app-name="repos-list"], #js-repo-pjax-container > *:not(projects-v2, .flash), body:not(.project-page) #repo-content-turbo-frame > div,