From 3909812423c32285939cc0f2d9be5658f560ee1d Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 15 Nov 2022 00:30:35 -0800 Subject: [PATCH] use max-width instead of width for dm images --- README.md | 2 +- packages/client/src/components/MkMediaList.vue | 6 +++--- .../client/src/pages/messaging/messaging-room.message.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a520e5ef6c..a5da9e1ba8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ # ✨ About Calckey -- Calckey is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web ui, rich chatting, and much more! +- Calckey is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web UI, rich chatting, and much more! - Calckey adds many quality of life changes and bug fixes for users and instance admins alike. - Read **[this document](./CALCKEY.md)** all for current and future differences. - Notable differences: diff --git a/packages/client/src/components/MkMediaList.vue b/packages/client/src/components/MkMediaList.vue index f38a65c2ec..eea33c43db 100644 --- a/packages/client/src/components/MkMediaList.vue +++ b/packages/client/src/components/MkMediaList.vue @@ -1,7 +1,7 @@