diff --git a/packages/client/src/components/reactions-viewer.details.vue b/packages/client/src/components/reactions-viewer.details.vue
index d80f9b9e8..ecf138969 100644
--- a/packages/client/src/components/reactions-viewer.details.vue
+++ b/packages/client/src/components/reactions-viewer.details.vue
@@ -6,21 +6,11 @@
{{ reaction.replace('@.', '') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- +{{ count - 10 }}
-
+
+
+
+
+
+{{ count - 10 }}
@@ -81,13 +71,31 @@ export default defineComponent({
}
> .users {
- display: flex;
flex: 1;
min-width: 0;
font-size: 0.9em;
border-left: solid 0.5px var(--divider);
padding-left: 10px;
margin-left: 10px;
+ margin-right: 14px;
+ text-align: left;
+
+ > .user {
+ line-height: 24px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+
+ &:not(:last-child) {
+ margin-bottom: 3px;
+ }
+
+ > .avatar {
+ width: 24px;
+ height: 24px;
+ margin-right: 3px;
+ }
+ }
}
}
diff --git a/packages/client/src/components/renote.details.vue b/packages/client/src/components/renote.details.vue
index 128d97d8d..ff9c4505a 100644
--- a/packages/client/src/components/renote.details.vue
+++ b/packages/client/src/components/renote.details.vue
@@ -1,11 +1,11 @@
-
-