Change sideMenu width to 275px, closes #253

This commit is contained in:
Adam Bradley
2013-12-07 21:34:39 -06:00
parent 364f4d7ecb
commit 432ce6cbee
4 changed files with 7 additions and 7 deletions

View File

@@ -26,12 +26,12 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture'])
ionic.controllers.SideMenuController.call(this, {
// Our quick implementation of the left side menu
left: {
width: 270,
width: 275,
},
// Our quick implementation of the right side menu
right: {
width: 270,
width: 275,
}
});