UI: Improvement logo container size
This commit is contained in:
parent
f32aed7d58
commit
b1c4332a03
@ -37,6 +37,7 @@
|
|||||||
.tb-nav-header-toolbar {
|
.tb-nav-header-toolbar {
|
||||||
min-height: 64px;
|
min-height: 64px;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
padding: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -45,7 +46,9 @@
|
|||||||
height: 64px;
|
height: 64px;
|
||||||
.tb-logo-title {
|
.tb-logo-title {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
max-height: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user