From c7abbd770c06d7926bcaa34a426d97949f77e5da Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 2 Apr 2024 22:45:21 +0900 Subject: [PATCH] fix --- src/App.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index bddb9aa..57d8976 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,7 +37,7 @@ - 0 + 0.0 @@ -45,7 +45,7 @@ - 1 + 0.1 @@ -55,7 +55,7 @@
-

+

{{ moment(i.updated_at) }} @{{ i.handle }} {{ i.text }}

@@ -79,7 +79,7 @@ yui - 不思議な力を持った女の子のお話 + 不思議な力を持つアイのお話 syui @@ -326,12 +326,15 @@ span.comment { width:100%; } .page a img { - width:100%; + width:160px; } .hooper-list img { border: solid 0px #fff; margin:20px 0 0 0; width:100%; } +p.comment-body { + padding: 5px; +} }