From 92e2d62bc938db09af6c3546c37cf5aa6abba0c1 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Apr 2024 22:36:05 +0900 Subject: [PATCH] fix --- src/App.vue | 80 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 31 deletions(-) diff --git a/src/App.vue b/src/App.vue index 423e456..a0d4f01 100644 --- a/src/App.vue +++ b/src/App.vue @@ -58,31 +58,33 @@ -
- -

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

+
+ +

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

+
+
+

+ post +

+

+ +

+
+
+
+ +

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

-
-

- post -

-

- -

-
+
-
- -

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

-
-
@@ -238,7 +240,7 @@ a span.icon-ai { } .hooper-progress-inner { - background-color: #aba700; + background-color: #ddd700; } button { @@ -261,7 +263,7 @@ ul.hooper-track { .page { text-align:center; - background-color: rgba(184, 207, 224, .24); + background-color: #f1f1f1; padding: 50px 0 50px 0; } @@ -294,13 +296,14 @@ table { text-align: center; margin-left: auto; margin-right: auto; + word-break: break-all; } thead, td, tr, th { padding:10px; background: #fff; border: solid 1px #fff; - padding: 5px 25px 5px 25px; + padding: 15px 25px 15px 25px; } th.row { @@ -341,7 +344,7 @@ span.comment-handle { } span.comment-handle a { - color: #aba700; + color: #313131; } img.comment { @@ -349,7 +352,7 @@ img.comment { } p.comment-body { - padding: 5px 70px 5px 70px; + padding: 5px 40px 15px 40px; border-bottom: solid 1px #eee; } @@ -357,9 +360,6 @@ span.comment-text { padding:10px; } -span.comment { -} - button.comment_open { padding:20px 40px 20px 40px; background-color: rgba(184,207,224,.24); @@ -379,8 +379,24 @@ button.comment_open:hover { color: rgb(16, 131, 254); } +.bsky_comment { + background-color: #fff; + width: 700px; + margin: 0px auto; + border: solid 1px #eee; +} + +.comment { + background-color: #fff; +} + @media screen and (max-width:1000px) { - img{ width:100%; } + img{ + width:100%; + } + .bsky_comment { + width:100%; + } .page_title a img { width:100%; } @@ -398,4 +414,6 @@ button.comment_open:hover { } @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap') + + /* color: #aba700 #fff700 #313131 rgba(184, 207, 224, .24) rgb(16, 131, 254) #ddd700 */