diff --git a/src/App.vue b/src/App.vue index a0d4f01..14febc0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,12 +57,11 @@ -

- {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} {{ comment_first.text }}

@@ -79,13 +78,13 @@

{{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} - {{ moment(i.updated_at) }} @{{ i.handle }} + {{ moment(i.updated_at) }} @{{ i.handle }} {{ i.text }}

-
+
@@ -140,6 +139,7 @@ export default { bsky_cursor: null, bsky_cid: "", bsky_json: null, + bsky_url: null, api_url: null, api_json: null, comment_open: false, @@ -219,7 +219,7 @@ a { } a span.icon-ai { - color: #fff700; + color: #ddd700; } .page_n{text-align:center;height:50px} @@ -256,7 +256,7 @@ ul.hooper-track { } .hooper-list img { - width:500px; + width:400px; border: solid 3px #313131; margin: 20px; } @@ -381,7 +381,7 @@ button.comment_open:hover { .bsky_comment { background-color: #fff; - width: 700px; + width: 600px; margin: 0px auto; border: solid 1px #eee; }