Contacts styling

pull/839/head
Vincent 6 years ago
parent cf0b9e45fa
commit 24839b3bf9

@ -111,7 +111,7 @@ $session-font-h3: 20px;
$session-font-h4: 16px; $session-font-h4: 16px;
$session-search-input-height: 34px; $session-search-input-height: 34px;
$main-view-header-height: 85px; $main-view-header-height: 63px;
$session-left-pane-width: 300px; $session-left-pane-width: 300px;
$session-left-pane-sections-container-width: 80px; $session-left-pane-sections-container-width: 80px;

@ -135,7 +135,7 @@ $session-compose-margin: 20px;
} }
.module-left-pane { .module-left-pane {
border-right: none !important; border-right: 1px solid rgba($session-color-white, 0.1) !important;
width: $session-left-pane-width; width: $session-left-pane-width;
position: relative; position: relative;
height: -webkit-fill-available; height: -webkit-fill-available;
@ -213,6 +213,8 @@ $session-compose-margin: 20px;
&__list { &__list {
height: -webkit-fill-available; height: -webkit-fill-available;
border-top: 1px solid rgba(255,255,255,0.05);
&-popup { &-popup {
width: -webkit-fill-available; width: -webkit-fill-available;
height: -webkit-fill-available; height: -webkit-fill-available;
@ -485,6 +487,8 @@ $session-compose-margin: 20px;
flex-grow: 1; flex-grow: 1;
.module-conversation-list-item { .module-conversation-list-item {
background-color: $session-shade-4;
&--has-friend-request { &--has-friend-request {
&:first-child { &:first-child {
border-top: none !important; border-top: none !important;
@ -496,6 +500,11 @@ $session-compose-margin: 20px;
.module-conversation__user__profile-name { .module-conversation__user__profile-name {
font-size: 13px !important; font-size: 13px !important;
} }
}
&__header__date, &__message {
display: none;
} }
&__buttons { &__buttons {
@ -550,11 +559,11 @@ $session-compose-margin: 20px;
} }
&.active { &.active {
background-color: $session-shade-7; background-color: $session-shade-5;
} }
&:hover { &:hover {
background-color: $session-shade-5; background-color: $session-shade-6;
} }
&__buttons { &__buttons {

Loading…
Cancel
Save