From 7e8b7c5b5437746dce0976ac5ba5630fe1a64484 Mon Sep 17 00:00:00 2001 From: zernonia Date: Sun, 17 Sep 2023 23:24:18 +0800 Subject: [PATCH] chore: fix responsiveness --- .../theme/components/theming/Theming.vue | 22 ++- .../examples/forms/layouts/FormsLayout.vue | 11 +- .../default/example/Cards/ActivityGoal.vue | 100 ++++++++++++++ .../registry/default/example/Cards/index.vue | 125 ++++++++++++++++++ 4 files changed, 243 insertions(+), 15 deletions(-) create mode 100644 apps/www/src/lib/registry/default/example/Cards/ActivityGoal.vue create mode 100644 apps/www/src/lib/registry/default/example/Cards/index.vue diff --git a/apps/www/.vitepress/theme/components/theming/Theming.vue b/apps/www/.vitepress/theme/components/theming/Theming.vue index 912de1e0..01f79f48 100644 --- a/apps/www/.vitepress/theme/components/theming/Theming.vue +++ b/apps/www/.vitepress/theme/components/theming/Theming.vue @@ -376,30 +376,24 @@ const range = ref({
-

- Hi There!, I'm Bear, the founder of Bear Studios. I'm here - to help you with anything you need. -

+ Hi, how can I help you today?
-

Hey, I'm having trouble with my account.

+ Hey, I'm having trouble with my account.
-

- Sure, I can help you with that. What seems to be the - problem? -

+ Sure, I can help you with that. What seems to be the problem?
-

I can't log in.

+ I can't log in.
diff --git a/apps/www/src/examples/forms/layouts/FormsLayout.vue b/apps/www/src/examples/forms/layouts/FormsLayout.vue index 94a04e3b..67a199da 100644 --- a/apps/www/src/examples/forms/layouts/FormsLayout.vue +++ b/apps/www/src/examples/forms/layouts/FormsLayout.vue @@ -4,7 +4,16 @@ import { Separator } from '@/lib/registry/new-york/ui/separator'