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 cf00bf7 commit ae1a60dCopy full SHA for ae1a60d
app/components/Code/Header.vue
@@ -254,7 +254,7 @@ useEventListener('keydown', (event: KeyboardEvent) => {
254
<ButtonBase
255
class="px-3 max-xl:hidden"
256
:disabled="loading"
257
- classicon="i-lucide:unfold-horizontal [.container-full>&]:i-lucide:fold-horizontal"
+ classicon="i-lucide:unfold-horizontal [.container-full_&]:i-lucide:fold-horizontal"
258
:aria-label="$t('code.toggle_container')"
259
@click="toggleCodeContainer()"
260
/>
0 commit comments