Commit 4ab8b4ae5e0e19c576bf3bbf25b168a264fe192d

Authored by Igor Kulikov
1 parent 1133acf7

UI: Main layouts improvements.

... ... @@ -71,6 +71,10 @@ md-icon.tb-logo-title {
71 71 white-space: nowrap;
72 72 }
73 73
  74 +.tb-side-menu-toolbar {
  75 + overflow-y: auto;
  76 +}
  77 +
74 78 .tb-entity-subtype-search {
75 79 margin-top: 15px;
76 80 }
... ...
... ... @@ -31,11 +31,9 @@
31 31 </div>
32 32 </md-toolbar>
33 33 </header>
34   - <md-content flex layout="column" role="navigation">
35   - <md-toolbar flex>
36   - <tb-side-menu></tb-side-menu>
37   - </md-toolbar>
38   - </md-content>
  34 + <md-toolbar flex class="tb-side-menu-toolbar" role="navigation">
  35 + <tb-side-menu></tb-side-menu>
  36 + </md-toolbar>
39 37 </md-sidenav>
40 38
41 39 <div flex layout="column" tabIndex="-1" role="main">
... ...
... ... @@ -16,7 +16,7 @@
16 16
17 17 -->
18 18 <div layout="row" width="100%" layout-wrap>
19   - <md-card flex-gt-sm="60" flex="100">
  19 + <md-card flex-gt-sm="60" flex="100" style="height: 100%;">
20 20 <md-card-title>
21 21 <md-card-title-text>
22 22 <span translate class="md-headline">profile.profile</span>
... ...