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; }