From 2068407be0e6281b42cfd29e6e9f13448b110c84 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed, 12 Feb 2020 00:31:48 +0900
Subject: [PATCH] Update app.vue

---
 src/client/app.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/app.vue b/src/client/app.vue
index 7b4796d747..487ab4e807 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -278,7 +278,7 @@ export default Vue.extend({
 				const lastChild = this.$refs.widgets.children[this.$refs.widgets.children.length - 1];
 				if (lastChild == null) return;
 
-				const width = lastChild.offsetLeft + 300;
+				const width = lastChild.offsetLeft + 300 + 16;
 				this.$refs.widgets.style.width = width + 'px';
 			};
 			setInterval(adjustWidgetsWidth, 1000);