fix(chatgpt): fix selector for conversations (#128)
This commit is contained in:
parent
79cea907f7
commit
c80de3ccc1
@ -221,11 +221,12 @@
|
|||||||
background-color: @surface0 !important;
|
background-color: @surface0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.px-3 {
|
.px-3.py-3,
|
||||||
|
.pt-3 {
|
||||||
background: @mantle !important;
|
background: @mantle !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.px-3:hover {
|
.px-3.py-3:hover {
|
||||||
background: @base !important;
|
background: @base !important;
|
||||||
}
|
}
|
||||||
/* Bot messages */
|
/* Bot messages */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user