From 672ceb8687195bb8ed2e1a21a2c64f3f630273e3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 16 Jul 2022 15:19:52 +0900 Subject: [PATCH] chore(client): tweak style --- packages/client/src/components/note.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index 27716cf73..3c9d36170 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -554,6 +554,13 @@ function readPromo() { &.max-width_500px { font-size: 0.9em; + + > .article { + > .avatar { + width: 50px; + height: 50px; + } + } } &.max-width_450px { @@ -570,8 +577,8 @@ function readPromo() { > .avatar { margin: 0 10px 8px 0; - width: 50px; - height: 50px; + width: 46px; + height: 46px; top: calc(14px + var(--stickyTop, 0px)); } }