Commit b1c4332a0376e1da9d02ef2223b77dac64375c58
1 parent
f32aed7d
UI: Improvement logo container size
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -37,6 +37,7 @@ | @@ -37,6 +37,7 @@ | ||
37 | .tb-nav-header-toolbar { | 37 | .tb-nav-header-toolbar { |
38 | min-height: 64px; | 38 | min-height: 64px; |
39 | height: inherit; | 39 | height: inherit; |
40 | + padding: 0; | ||
40 | z-index: 2; | 41 | z-index: 2; |
41 | flex-shrink: 0; | 42 | flex-shrink: 0; |
42 | white-space: nowrap; | 43 | white-space: nowrap; |
@@ -45,7 +46,9 @@ | @@ -45,7 +46,9 @@ | ||
45 | height: 64px; | 46 | height: 64px; |
46 | .tb-logo-title { | 47 | .tb-logo-title { |
47 | width: auto; | 48 | width: auto; |
49 | + max-width: 100%; | ||
48 | height: 36px; | 50 | height: 36px; |
51 | + max-height: 100%; | ||
49 | margin: auto; | 52 | margin: auto; |
50 | } | 53 | } |
51 | } | 54 | } |