Skip to content

Commit

Permalink
Merge 6539c32 into 33c4413
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jun 18, 2021
2 parents 33c4413 + 6539c32 commit 5d0b187
Show file tree
Hide file tree
Showing 7 changed files with 902 additions and 2,307 deletions.
12 changes: 5 additions & 7 deletions css/contacts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ $grid-height-unit: 40px;
$grid-input-padding: 7px;
$grid-input-margin: 3px;
$grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
$list-width: 300px;

// components
@import 'SettingsSection';
Expand All @@ -42,19 +41,18 @@ $list-width: 300px;


// global design overrides
#app-content-wrapper {
display: flex;
.app-content {
// center error messages
& > .empty-content {
margin: 40vh;
}
}

.app-content-details {
// Starts shrinking at the same width as the list
flex: 1 1 $list-width;
min-width: 0;
padding: 0 80px 80px 80px;
}

.app-content-list {
flex: 1 1 $list-width;
// Cancel scrolling
overflow: visible;

Expand Down
Loading

0 comments on commit 5d0b187

Please sign in to comment.