Fix height of connect screen (#8675)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent 5da369d723
commit f8137b7a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/permissions-connect-header/index.scss
  2. 5
      ui/app/pages/permissions-connect/choose-account/index.scss

@ -1,5 +1,6 @@
.permissions-connect-header { .permissions-connect-header {
display: flex; display: flex;
flex: 0;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
width: 92%; width: 92%;

@ -41,18 +41,19 @@
} }
&__accounts-list { &__accounts-list {
flex: 1 1 0;
width: 92%; width: 92%;
border: 1px solid #D0D5DA; border: 1px solid #D0D5DA;
box-sizing: border-box; box-sizing: border-box;
border-radius: 8px; border-radius: 8px;
margin-top: 8px; margin-top: 8px;
max-height: 238px;
overflow-y: auto; overflow-y: auto;
} }
&__accounts-list-header--one-item, &__accounts-list-header--one-item,
&__accounts-list-header--two-items { &__accounts-list-header--two-items {
display: flex; display: flex;
flex: 0;
margin-top: 36px; margin-top: 36px;
width: 100%; width: 100%;
padding-left: 15px; padding-left: 15px;
@ -146,7 +147,7 @@
&__footer-container { &__footer-container {
width: 100%; width: 100%;
flex: 1 1 auto; flex: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;

Loading…
Cancel
Save