Commit b1c4332a0376e1da9d02ef2223b77dac64375c58

Authored by Vladyslav_Prykhodko
1 parent f32aed7d

UI: Improvement logo container size

... ... @@ -37,6 +37,7 @@
37 37 .tb-nav-header-toolbar {
38 38 min-height: 64px;
39 39 height: inherit;
  40 + padding: 0;
40 41 z-index: 2;
41 42 flex-shrink: 0;
42 43 white-space: nowrap;
... ... @@ -45,7 +46,9 @@
45 46 height: 64px;
46 47 .tb-logo-title {
47 48 width: auto;
  49 + max-width: 100%;
48 50 height: 36px;
  51 + max-height: 100%;
49 52 margin: auto;
50 53 }
51 54 }
... ...