summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2019-10-24 16:09:06 +0200
committerCyrille Bollu <cyrpub@bollu.be>2019-10-24 16:09:06 +0200
commit8618755289f2abd1ecb792c9202184aa48792533 (patch)
treef50e106195210779690c32da02c32c348d254c74
parent5dc89e5dac1b52cf998dea668990265ace31acc7 (diff)
Enlarge window when interacting with remote post.feature/797/interact-with-remote-item
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
-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) {