From 8aaec477f6bbbab2bd82d4f3687df36c4dae0b13 Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Fri, 1 May 2026 00:39:14 +0200 Subject: [PATCH] chore(chrome): swap Gitea corner ribbon for a footer GitHub link The corner ribbon ate the top-left of the viewport on desktop, plus pulled in 60+ lines of CSS for a single decoration. Replace with a small "Fork me on GitHub" link in the existing footer (12 px Octocat glyph + label, separated from the byline by a middot). Drops the `.github-fork-ribbon` CSS block and the now-empty header spacer comment along with it. --- src/App.vue | 49 +++++++++++++++++++++++------------- src/assets/index.css | 59 -------------------------------------------- 2 files changed, 32 insertions(+), 76 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3517d7c..c9f1381 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,17 +15,6 @@ const store = useAppStore()