From c80de3ccc14067a2f7809d65540fbc0eb14239c4 Mon Sep 17 00:00:00 2001 From: aemogie <54412618+aemogie@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:03:26 +0530 Subject: [PATCH] fix(chatgpt): fix selector for conversations (#128) --- styles/chatgpt/catppuccin.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/chatgpt/catppuccin.user.css b/styles/chatgpt/catppuccin.user.css index c1c773a..270566e 100644 --- a/styles/chatgpt/catppuccin.user.css +++ b/styles/chatgpt/catppuccin.user.css @@ -221,11 +221,12 @@ background-color: @surface0 !important; } - .px-3 { + .px-3.py-3, + .pt-3 { background: @mantle !important; } - .px-3:hover { + .px-3.py-3:hover { background: @base !important; } /* Bot messages */