Fix minor UI layout.

This commit is contained in:
Mikunj 2018-11-29 16:11:24 +11:00
parent d6d71cb51e
commit c32bd3564d
3 changed files with 7 additions and 3 deletions

View File

@ -146,7 +146,7 @@
background-color: $color-black-008-no-tranparency;
display: flex;
flex: 1;
height: 60px;
height: $header-height;
padding-left: 16px;
padding-right: 16px;
}
@ -186,7 +186,7 @@
.underneathIdentityWrapper {
position: absolute;
top: 60px;
top: $header-height;
bottom: 0;
left: 300px;
right: 0;

View File

@ -5,6 +5,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
margin-right: 8px;
}
.module-contact-name span {
@ -1443,6 +1444,9 @@
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
-webkit-user-select: text;
}

View File

@ -180,7 +180,7 @@ $grey_d: #454545;
// A few layout variables used cross-file
$header-height: 48px;
$header-height: 55px;
$button-height: 24px;
$border-radius: 5px;