Fix minor UI layout.

pull/64/head
Mikunj 6 years ago
parent d6d71cb51e
commit c32bd3564d

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

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

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

Loading…
Cancel
Save