From 68d6e912d9a3a5c79da447abc8d628fb265c06de Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 8 Apr 2013 17:21:11 -0400 Subject: [PATCH] Hide wallet list on mobiles Content is not as much relevant on mobiles Javascript required to show the wallet is too complex for some mobiles Bubbles overflow at the left and are impossible to read Optimization for translations and mobiles conflict with each other --- _less/screen.less | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 825153a2..dd7f92f5 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -660,13 +660,6 @@ li{ padding:20px; } .preview{ - width:auto; - border:0px; - padding:0px; - } - .previewrow{ - float:none; - padding-left:0px; - margin:auto; + display:none; } }