diff --git a/app/components/button.module.scss b/app/components/button.module.scss index ec4fc191..b882a0c1 100644 --- a/app/components/button.module.scss +++ b/app/components/button.module.scss @@ -30,6 +30,12 @@ align-items: center; } +@media only screen and (max-width: 600px) { + .icon-button { + padding: 16px; + } +} + @mixin dark-button { div:not(:global(.no-dark))>.icon-button-icon { filter: invert(0.5); diff --git a/app/components/home.tsx b/app/components/home.tsx index 1db1f1ea..e76b96b3 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -198,7 +198,7 @@ export function Chat(props: { showSideBar?: () => void }) { return (