mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Change sideMenu width to 275px, closes #253
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@@ -3574,7 +3574,7 @@ a.subdued {
|
||||
overflow: hidden;
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
width: 270px;
|
||||
width: 275px;
|
||||
background-color: #fff; }
|
||||
|
||||
.menu-content {
|
||||
|
||||
4
dist/js/ionic-angular.js
vendored
4
dist/js/ionic-angular.js
vendored
@@ -1691,12 +1691,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,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -469,8 +469,8 @@ $range-default-track-bg: #ccc !default;
|
||||
|
||||
$menu-bg: #eee;
|
||||
$menu-inset-border-color: #bbb;
|
||||
$menu-width: 270px;
|
||||
$menu-animation-speed: 200ms;
|
||||
$menu-width: 275px;
|
||||
$menu-animation-speed: 200ms;
|
||||
|
||||
$menu-side-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0,0,0,0.2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user