From a8b51c7efa183b4557c50b977b159fbbbffa3781 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Apr 2024 21:33:28 +0900 Subject: [PATCH] fix layout --- src/App.vue | 64 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 20 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7e5cf38..95f6233 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,8 +30,9 @@ - - + + + @@ -40,6 +41,7 @@ + @@ -48,6 +50,7 @@ +
yuimangaverday
0.02021-07-11
0.12021-07-11
@@ -58,17 +61,24 @@

- {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ 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 }} + {{ moment(i.updated_at) }} @{{ i.handle }} {{ i.text }}

@@ -78,22 +88,13 @@
- - - - - - - - - -
titlebodyauthor
+ yui 不思議な力を持つアイのお話syui
@@ -237,7 +238,7 @@ a span.icon-ai { } .hooper-progress-inner { - background-color: #dcd500; + background-color: #aba700; } button { @@ -299,6 +300,12 @@ thead, td, tr, th { padding:10px; background: #fff; border: solid 1px #fff; + padding: 5px 25px 5px 25px; +} + +th.row { + background: #313131; + border:none; } footer { @@ -320,13 +327,21 @@ span.comment-time { color: #999; } +span.comment-time a { + color: #999; +} + +span.comment-time a:hover { + color: rgb(16, 131, 254); +} + span.comment-handle { padding: 0 5px 0 5px; position: absolute; } span.comment-handle a { - color: rgb(16, 131, 254); + color: #aba700; } img.comment { @@ -346,15 +361,22 @@ span.comment { } button.comment_open { - padding:5px 40px 5px 40px; - background-color: #fff; + padding:20px 40px 20px 40px; + background-color: rgba(184,207,224,.24); + border: none; + margin:0; } button.comment_open:hover { - background-color: #fff700; + color: rgb(16, 131, 254); } .comment_open { text-align: center; + width: 100%; +} + +.comment_open p a { + color: rgb(16, 131, 254); } @media screen and (max-width:1000px) { @@ -374,4 +396,6 @@ button.comment_open:hover { padding: 5px; } } + +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap')