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 259fece commit 888949eCopy full SHA for 888949e
packages/playground/src/components/zoomDropdown.tsx
@@ -87,7 +87,7 @@ export const ZoomDropdown: Component<{ showMenu: boolean }> = (props) => {
87
>
88
<button
89
type="button"
90
- class="flex flex-row items-center space-x-2 rounded px-2 py-2 opacity-80 hover:opacity-100 md:px-1"
+ class="flex w-full flex-row items-center space-x-2 rounded px-2 py-2 opacity-80 hover:opacity-100 md:px-1"
91
classList={{
92
'rounded-none active:bg-gray-300 hover:bg-gray-300 dark:hover:text-black': props.showMenu,
93
'bg-gray-300 dark:text-black': open() && props.showMenu,
0 commit comments