mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[app_switcher] Changed the css to be proper flex box
This commit is contained in:
parent
678bfab363
commit
d2d5e27531
1 changed files with 1 additions and 7 deletions
|
@ -21,9 +21,6 @@
|
|||
.app-title {
|
||||
display: inline-block;
|
||||
}
|
||||
+ .app-wrapper {
|
||||
padding-right: @as-open-width;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -33,11 +30,8 @@
|
|||
}
|
||||
.app-wrapper {
|
||||
.real-flex-parent();
|
||||
flex: 0 0 100%;
|
||||
// flex: 0 0 calc(100% - @as-closed-width);
|
||||
// flex: 0 0 auto;
|
||||
flex: 1;
|
||||
margin: 0 auto;
|
||||
padding-right: @as-closed-width;
|
||||
transition: padding-right @transition-time;
|
||||
transition-delay: @transition-delay;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue