diff --git a/app.vue b/app.vue index 0217b7e..0903d35 100644 --- a/app.vue +++ b/app.vue @@ -91,6 +91,6 @@ body { html.theme-changing * { /* Stroke and fill aren't animatable */ - transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease !important; + transition: background-color 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease !important; } diff --git a/components/composer/dialog.vue b/components/composer/dialog.vue index 102d419..d34030a 100644 --- a/components/composer/dialog.vue +++ b/components/composer/dialog.vue @@ -67,7 +67,7 @@ const relation = ref( } }"> + class="sm:max-w-xl max-w-full w-[calc(100%-2*0.5rem)] grid-rows-[minmax(0,1fr)_auto] max-h-[90dvh] p-5 pt-6 top-2 sm:top-1/2 translate-y-0 sm:-translate-y-1/2 rounded"> {{ relation?.type === "reply" ? m.loved_busy_mantis_slide() : relation?.type === "quote" ? "Quote" : m.chunky_dull_marlin_trip() }} diff --git a/components/notes/header.vue b/components/notes/header.vue index 8b92a52..1d599c4 100644 --- a/components/notes/header.vue +++ b/components/notes/header.vue @@ -6,8 +6,8 @@ } }" :open-delay="2000"> - - + @@ -114,4 +114,4 @@ const visibilities = { text: "This note is direct: it can only be seen by mentioned users.", }, }; - \ No newline at end of file + diff --git a/components/notes/note.vue b/components/notes/note.vue index e7a286a..19a2d35 100644 --- a/components/notes/note.vue +++ b/components/notes/note.vue @@ -7,8 +7,8 @@ :corner-avatar="note.reblog ? note.account.avatar : undefined" :note-url="url" :visibility="noteToUse.visibility" :created-at="new Date(noteToUse.created_at)" :small-layout="smallLayout" class="z-[1]" /> -
-
+
+
diff --git a/components/ui/card/Card.vue b/components/ui/card/Card.vue index 0f2a235..c01dddb 100644 --- a/components/ui/card/Card.vue +++ b/components/ui/card/Card.vue @@ -17,7 +17,7 @@ const props = withDefaults( :as-child="props.asChild" :class=" cn( - 'rounded-lg border bg-card text-card-foreground shadow-sm', + 'rounded-lg border bg-card/20 backdrop-blur-xl text-card-foreground shadow-sm', props.class, ) " diff --git a/components/ui/dialog/DialogContent.vue b/components/ui/dialog/DialogContent.vue index 1286073..04ccbdc 100644 --- a/components/ui/dialog/DialogContent.vue +++ b/components/ui/dialog/DialogContent.vue @@ -30,27 +30,20 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits); diff --git a/styles/index.css b/styles/index.css index eee3cec..ea72a7b 100644 --- a/styles/index.css +++ b/styles/index.css @@ -15,7 +15,7 @@ --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --card: 0 0% 100%; + --card: 241 10% 99%; --card-foreground: 240 10% 3.9%; --border: 240 5.9% 90%; @@ -60,7 +60,7 @@ --popover: 240 10% 3.9%; --popover-foreground: 0 0% 98%; - --card: 240 10% 3.9%; + --card: 240 10% 5%; --card-foreground: 0 0% 98%; --border: 240 3.7% 15.9%;