diff --git a/src/components/custom/FrameDetails.vue b/src/components/custom/FrameDetails.vue index c44ef7c2ce4..1e8c347df12 100644 --- a/src/components/custom/FrameDetails.vue +++ b/src/components/custom/FrameDetails.vue @@ -76,11 +76,12 @@ { - const oneThird = window.innerHeight / 3 - this.topPaneHeight = oneThird * 2 + this.topPaneHeight = window.innerHeight / 2 } this.socket.on('connect', this.onConnnect)