From 0e8a592b26b74e921e1ac708572571c842746aaa Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Thu, 7 Jun 2018 08:41:58 +0900
Subject: [PATCH] :v:

---
 src/client/app/desktop/views/pages/deck/deck.column.vue | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/client/app/desktop/views/pages/deck/deck.column.vue b/src/client/app/desktop/views/pages/deck/deck.column.vue
index 10005fa9b0..4e37c3cbdb 100644
--- a/src/client/app/desktop/views/pages/deck/deck.column.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.column.vue
@@ -127,9 +127,7 @@ export default Vue.extend({
 root(isDark)
 	$header-height = 42px
 
-	flex 1
-	min-width 330px
-	max-width 330px
+	width 330px
 	height 100%
 	background isDark ? #282C37 : #fff
 	border-radius 6px
@@ -137,8 +135,7 @@ root(isDark)
 	overflow hidden
 
 	&.narrow
-		min-width 285px
-		max-width 285px
+		width 285px
 
 	&.naked
 		background rgba(#000, isDark ? 0.25 : 0.1)