summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-12-27 15:15:08 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-12-27 15:15:08 +0900
commit8904e0a12b0dba776db0144f0644b94e7e81bbbf (patch)
tree6641f6b5c38a80facbd5f3f8fc817f9701ab9919 /packages/frontend/src
parentUpdate CHANGELOG.md (diff)
downloadsharkey-8904e0a12b0dba776db0144f0644b94e7e81bbbf.tar.gz
sharkey-8904e0a12b0dba776db0144f0644b94e7e81bbbf.tar.bz2
sharkey-8904e0a12b0dba776db0144f0644b94e7e81bbbf.zip
:art:
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/components/MkReactionsViewer.reaction.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkReactionsViewer.reaction.vue b/packages/frontend/src/components/MkReactionsViewer.reaction.vue
index 8de226802d..250b7b96d5 100644
--- a/packages/frontend/src/components/MkReactionsViewer.reaction.vue
+++ b/packages/frontend/src/components/MkReactionsViewer.reaction.vue
@@ -198,7 +198,8 @@ if (!mock) {
}
.limitWidth {
- max-width: 150px;
+ max-width: 70px;
+ object-fit: contain;
}
.count {