From 95259eceae60181e08c2e59c91f7ab88eb9baf3a Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 26 Jul 2023 15:27:49 +0800 Subject: [PATCH] :art: Compatible chatgpt --- src-tauri/src/inject/style.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src-tauri/src/inject/style.js b/src-tauri/src/inject/style.js index 9792638..5baccf8 100644 --- a/src-tauri/src/inject/style.js +++ b/src-tauri/src/inject/style.js @@ -180,6 +180,11 @@ window.addEventListener('DOMContentLoaded', _event => { visibility: hidden !important; } + #__next > div.overflow-hidden.w-full.h-full .absolute.bottom-0.left-0.w-full > div.text-center.text-xs { + visibility: hidden !important; + height: 0px !important; + } + #react-root [data-testid="primaryColumn"] > div > div { position: relative !important; }