summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/views/TimelineSinglePost.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/TimelineSinglePost.vue b/src/views/TimelineSinglePost.vue
index fda37820..9abd3514 100644
--- a/src/views/TimelineSinglePost.vue
+++ b/src/views/TimelineSinglePost.vue
@@ -46,6 +46,7 @@ export default {
mounted: function() {
// Interacting with a post from a remote instance
this.$nextTick(function() {
+ window.resizeTo(650,800)
if (this.$route.name === 'interact-remote') {
// Automaticaly like, boost, or prepare reply
switch (this.$route.query.type) {