mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix height of connect screen (#8675)
This commit is contained in:
parent
5da369d723
commit
f8137b7a66
@ -1,5 +1,6 @@
|
||||
.permissions-connect-header {
|
||||
display: flex;
|
||||
flex: 0;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: 92%;
|
||||
|
@ -41,18 +41,19 @@
|
||||
}
|
||||
|
||||
&__accounts-list {
|
||||
flex: 1 1 0;
|
||||
width: 92%;
|
||||
border: 1px solid #D0D5DA;
|
||||
box-sizing: border-box;
|
||||
border-radius: 8px;
|
||||
margin-top: 8px;
|
||||
max-height: 238px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
&__accounts-list-header--one-item,
|
||||
&__accounts-list-header--two-items {
|
||||
display: flex;
|
||||
flex: 0;
|
||||
margin-top: 36px;
|
||||
width: 100%;
|
||||
padding-left: 15px;
|
||||
@ -146,7 +147,7 @@
|
||||
|
||||
&__footer-container {
|
||||
width: 100%;
|
||||
flex: 1 1 auto;
|
||||
flex: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
|
Loading…
Reference in New Issue
Block a user