We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12467fd commit 4294a61Copy full SHA for 4294a61
catppuccin/theme.js
@@ -135,7 +135,7 @@
135
if (name !== "/preferences") return;
136
137
const checkHeaderInterval = setInterval(() => {
138
- const header = document.querySelector("[data-testid='settings-page'] > div:first-of-type, .x-settings-container");
+ const header = document.querySelector("[data-testid='settings-page'] > div:first-of-type, .x-settings-headerContainer");
139
140
if (header) {
141
clearInterval(checkHeaderInterval);
0 commit comments