From d3107a2ccbd58a3990bf6de54f7983ad53723a93 Mon Sep 17 00:00:00 2001 From: Isabel <71222764+isabelroses@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:52:45 +0100 Subject: [PATCH] fix(github): move warning to the left so that users can still access settings and signin (#234) --- styles/github/catppuccin.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/github/catppuccin.user.css b/styles/github/catppuccin.user.css index 3060fc9..88559b6 100644 --- a/styles/github/catppuccin.user.css +++ b/styles/github/catppuccin.user.css @@ -155,7 +155,7 @@ html:not([data-dark-theme="dark"]) body::after { position: fixed; top: 0; - right: 0; + left: 0; padding: 1rem; margin: 1rem; font-size: 0.9rem;