parent
ac67a9c103
commit
3c666d881e
|
@ -2152,7 +2152,7 @@ code-example(format="").
|
||||||
its new life as a pure, shiny Angular 2 app. The remaining tasks all have to
|
its new life as a pure, shiny Angular 2 app. The remaining tasks all have to
|
||||||
do with removing code - which of course is every programmer's favorite task!
|
do with removing code - which of course is every programmer's favorite task!
|
||||||
|
|
||||||
是时候把辅助训练的轮子摘下来了!让我们的应用作为一个纯粹、势均力敌的Angular 2程序开始它的新生命吧。
|
是时候把辅助训练的轮子摘下来了!让我们的应用作为一个纯粹、闪亮的Angular 2程序开始它的新生命吧。
|
||||||
剩下的所有任务就是移除代码 —— 这当然是每个程序员最喜欢的任务!
|
剩下的所有任务就是移除代码 —— 这当然是每个程序员最喜欢的任务!
|
||||||
|
|
||||||
If you haven't already, remove all references to the `UpgradeAdapter` from `main.ts`.
|
If you haven't already, remove all references to the `UpgradeAdapter` from `main.ts`.
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
box-shadow: 3px 0px 6px rgba($coal, .3);
|
box-shadow: 3px 0px 6px rgba($coal, .3);
|
||||||
width: 232px;
|
width: 232px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
height: calc(100vh - 56px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
@media handheld and (max-width: $phone-breakpoint),
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
|
@ -148,7 +149,7 @@
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
screen and (max-width: $tablet-breakpoint) {
|
screen and (max-width: $tablet-breakpoint) {
|
||||||
display: none;
|
display: none;
|
||||||
max-height: ($phone-breakpoint * 0.60);
|
//max-height: ($phone-breakpoint * 0.60);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FLAT NAV (.nav)
|
// FLAT NAV (.nav)
|
||||||
|
|
Loading…
Reference in New Issue