[app_switcher] Changed the css to be proper flex box

This commit is contained in:
Khalah Jones-Golden 2016-01-26 09:35:09 -04:00
parent 678bfab363
commit d2d5e27531

View file

@ -21,9 +21,6 @@
.app-title { .app-title {
display: inline-block; display: inline-block;
} }
+ .app-wrapper {
padding-right: @as-open-width;
}
} }
.logo { .logo {
@ -33,11 +30,8 @@
} }
.app-wrapper { .app-wrapper {
.real-flex-parent(); .real-flex-parent();
flex: 0 0 100%; flex: 1;
// flex: 0 0 calc(100% - @as-closed-width);
// flex: 0 0 auto;
margin: 0 auto; margin: 0 auto;
padding-right: @as-closed-width;
transition: padding-right @transition-time; transition: padding-right @transition-time;
transition-delay: @transition-delay; transition-delay: @transition-delay;