We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a696a2 commit 2943afdCopy full SHA for 2943afd
assets-src/js/main/disclosure-widget.js
@@ -25,7 +25,7 @@ let disclosureWidget = function () {
25
26
});
27
28
- if (document.body.classList.contains('group')) {
+ if (document.body.classList.contains('profile')) {
29
30
// Media query event handler
31
let mq = window.matchMedia('(min-width: 64em)');
public/dist/assets/js/main.js
@@ -466,7 +466,7 @@ let disclosureWidget = function () {
466
btn.style = "";
467
btn.setAttribute('aria-expanded', 'false');
468
469
470
471
472
mq.addListener(WidthChange);
0 commit comments