From ede4b02f1edc1cdcb1de82d04feb8f28e8f045bb Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 15 Apr 2022 23:04:31 +0900 Subject: [PATCH] Fix application name position in status --- src/renderer/components/organisms/Toot.vue | 226 +++++++++++---------- 1 file changed, 116 insertions(+), 110 deletions(-) diff --git a/src/renderer/components/organisms/Toot.vue b/src/renderer/components/organisms/Toot.vue index 4f5f72b4..52bcd24b 100644 --- a/src/renderer/components/organisms/Toot.vue +++ b/src/renderer/components/organisms/Toot.vue @@ -132,121 +132,123 @@ > -
- - - - - - - - - - - - -
- {{ reblogsCount }} -
- - - -
- {{ favouritesCount }} -
- - - - - - - - - - - - - - - - -
-
- {{ $t('cards.toot.via', { application: application }) }} +
+
+ {{ $t('cards.toot.via', { application: application }) }} +
@@ -950,6 +952,11 @@ export default { } } + .toot-footer { + display: flex; + justify-content: space-between; + } + .tool-box { display: flex; @@ -992,7 +999,6 @@ export default { } .application { - float: right; color: #909399; }