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
This commit is contained in:
Saivann 2013-04-08 17:21:11 -04:00
parent 5855e3d2b5
commit 68d6e912d9

View file

@ -660,13 +660,6 @@ li{
padding:20px; padding:20px;
} }
.preview{ .preview{
width:auto; display:none;
border:0px;
padding:0px;
}
.previewrow{
float:none;
padding-left:0px;
margin:auto;
} }
} }