fix(chatgpt): fix selector for conversations (#128)

This commit is contained in:
aemogie 2023-07-24 10:03:26 +05:30 committed by GitHub
parent 79cea907f7
commit c80de3ccc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */