We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1554be9 commit 3d6e5ffCopy full SHA for 3d6e5ff
1 file changed
src/lib/components/admin/Settings.svelte
@@ -291,7 +291,7 @@
291
class="tabs mx-[16px] lg:mx-0 lg:px-[16px] flex flex-row overflow-x-auto gap-2.5 max-w-full lg:gap-1 lg:flex-col lg:flex-none lg:w-50 dark:text-gray-200 text-sm font-medium text-left scrollbar-none"
292
>
293
<div
294
- class="hidden md:flex w-full rounded-full px-2.5 gap-2 bg-gray-100/80 dark:bg-gray-850/80 backdrop-blur-2xl my-1 -mx-1 mt-1.5"
+ class="hidden lg:flex w-full rounded-full px-2.5 gap-2 bg-gray-100/80 dark:bg-gray-850/80 backdrop-blur-2xl my-1 -mx-1 mt-1.5"
295
id="settings-search"
296
297
<div class="self-center rounded-l-xl bg-transparent">
0 commit comments