summaryrefslogtreecommitdiff
path: root/packages/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-16 15:19:52 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-16 15:19:52 +0900
commit672ceb8687195bb8ed2e1a21a2c64f3f630273e3 (patch)
tree685e8303b4e3e6a2bfa512efe4a6f677104dc349 /packages/client
parentchore(client): tweak deck ui (diff)
downloadmisskey-672ceb8687195bb8ed2e1a21a2c64f3f630273e3.tar.gz
misskey-672ceb8687195bb8ed2e1a21a2c64f3f630273e3.tar.bz2
misskey-672ceb8687195bb8ed2e1a21a2c64f3f630273e3.zip
chore(client): tweak style
Diffstat (limited to 'packages/client')
-rw-r--r--packages/client/src/components/note.vue11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue
index 27716cf73d..3c9d361702 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));
}
}