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 {
|
.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…
x
Reference in New Issue
Block a user