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 8495c45 commit c9a004eCopy full SHA for c9a004e
addon/components/docs-viewer/x-nav/index.hbs
@@ -19,8 +19,10 @@
19
<div class="docs-pt-px docs-mb-8 docs-px-3 md:docs-px-4 md:docs-max-h-screen md:docs-overflow-y-scroll">
20
{{#if this.media.isMobile}}
21
<div class="absolute top-0 docs-text-right right-4">
22
- <button {{on "click" (set this "isShowingMenu" false)}}>
23
- class="docs-text-grey-darkest docs-opacity-50 hover:docs-opacity-100 docs-text-large-5 docs-py-2 docs-no-underline">
+ <button
+ class="docs-text-grey-darkest docs-opacity-50 hover:docs-opacity-100 docs-text-large-5 docs-py-2 docs-no-underline"
24
+ {{on "click" (set this "isShowingMenu" false)}}
25
+ >
26
×
27
</button>
28
</div>
0 commit comments