summaryrefslogtreecommitdiff
path: root/packages/client/src/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-18 01:29:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-18 01:29:29 +0900
commitb123cbca58019f9a630157b111a57cee01e6156f (patch)
tree7a69c6d7bcfdeef82930147a7d762ad0a77c71b5 /packages/client/src/components
parentfix(client): use icon for local if available (#9012) (diff)
downloadsharkey-b123cbca58019f9a630157b111a57cee01e6156f.tar.gz
sharkey-b123cbca58019f9a630157b111a57cee01e6156f.tar.bz2
sharkey-b123cbca58019f9a630157b111a57cee01e6156f.zip
chore(client): tweak style
Diffstat (limited to 'packages/client/src/components')
-rw-r--r--packages/client/src/components/reactions-viewer.details.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/components/reactions-viewer.details.vue b/packages/client/src/components/reactions-viewer.details.vue
index eb889c4888..eaebc3541a 100644
--- a/packages/client/src/components/reactions-viewer.details.vue
+++ b/packages/client/src/components/reactions-viewer.details.vue
@@ -50,14 +50,14 @@ const emit = defineEmits<{
}
> .name {
- font-size: 0.9em;
+ font-size: 1em;
}
}
> .users {
flex: 1;
min-width: 0;
- font-size: 0.9em;
+ font-size: 0.95em;
border-left: solid 0.5px var(--divider);
padding-left: 10px;
margin-left: 10px;