Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
top nav bg
Browse files
src/lib/components/MobileNav.svelte
CHANGED
|
@@ -29,7 +29,9 @@
|
|
| 29 |
}
|
| 30 |
</script>
|
| 31 |
|
| 32 |
-
<nav
|
|
|
|
|
|
|
| 33 |
<button
|
| 34 |
type="button"
|
| 35 |
class="flex items-center justify-center w-9 h-9 -ml-3 shrink-0"
|
|
|
|
| 29 |
}
|
| 30 |
</script>
|
| 31 |
|
| 32 |
+
<nav
|
| 33 |
+
class="md:hidden flex items-center h-12 border-b px-4 justify-between dark:border-gray-800 bg-gray-50 dark:bg-gray-800/70"
|
| 34 |
+
>
|
| 35 |
<button
|
| 36 |
type="button"
|
| 37 |
class="flex items-center justify-center w-9 h-9 -ml-3 shrink-0"
|
src/lib/components/chat/ChatWindow.svelte
CHANGED
|
@@ -52,7 +52,7 @@
|
|
| 52 |
</p>
|
| 53 |
{#if messages.length}
|
| 54 |
<button
|
| 55 |
-
class="flex flex-none items-center hover:underline hover:text-gray-400 dark:max-sm:bg-gray-800 max-sm:bg-gray-50
|
| 56 |
type="button"
|
| 57 |
on:click={() => dispatch("share")}
|
| 58 |
>
|
|
|
|
| 52 |
</p>
|
| 53 |
{#if messages.length}
|
| 54 |
<button
|
| 55 |
+
class="flex flex-none items-center hover:underline hover:text-gray-400 dark:max-sm:bg-gray-800 max-sm:bg-gray-50 max-sm:px-2.5 max-sm:rounded-lg"
|
| 56 |
type="button"
|
| 57 |
on:click={() => dispatch("share")}
|
| 58 |
>
|