Skip to content

Commit

Permalink
Merge pull request #44 from spidy0x0/main
Browse files Browse the repository at this point in the history
fix issue #41
  • Loading branch information
liady authored Mar 15, 2023
2 parents 6b9be9b + 91a8191 commit 342daf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class Elements {
}
init() {
// this.threadWrapper = document.querySelector(".cdfdFe");
this.spacer = document.querySelector(".w-full.h-48.flex-shrink-0");
this.spacer = document.querySelector(".w-full.h-32.md\\:h-48.flex-shrink-0");
this.thread = document.querySelector(
"[class*='react-scroll-to-bottom']>[class*='react-scroll-to-bottom']>div"
);
Expand Down

0 comments on commit 342daf2

Please sign in to comment.