UI: Improvement logo container size

This commit is contained in:
Vladyslav_Prykhodko 2020-11-10 17:08:16 +02:00
parent f32aed7d58
commit b1c4332a03

View File

@ -37,6 +37,7 @@
.tb-nav-header-toolbar {
min-height: 64px;
height: inherit;
padding: 0;
z-index: 2;
flex-shrink: 0;
white-space: nowrap;
@ -45,7 +46,9 @@
height: 64px;
.tb-logo-title {
width: auto;
max-width: 100%;
height: 36px;
max-height: 100%;
margin: auto;
}
}