From aff053ef6a912ef3f7ef2213ffb6cfc5b04e9479 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 16 Jun 2023 14:14:47 +0800 Subject: [PATCH] :art: Compatible with chatgpt --- src-tauri/src/inject/style.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src-tauri/src/inject/style.js b/src-tauri/src/inject/style.js index 44e6644..a9ecd2d 100644 --- a/src-tauri/src/inject/style.js +++ b/src-tauri/src/inject/style.js @@ -332,6 +332,20 @@ window.addEventListener('DOMContentLoaded', (_event) => { #__next .overflow-hidden.w-full .max-w-full>.sticky.top-0 { padding-top: 20px; } + + #__next .overflow-hidden.w-full main.relative.h-full.w-full.flex-1{ + padding-bottom: 82px; + } + + #__next > div.overflow-hidden.w-full.h-full main.relative.h-full.w-full.flex-1 > .flex-1.overflow-hidden .h-32.md\\:h-48.flex-shrink-0{ + height: 0px; + } + } + + @media (max-width:565px){ + #__next .overflow-hidden.w-full main.relative.h-full.w-full.flex-1{ + padding-bottom: 98px; + } } #__next .prose ol li p {