mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3940 from nyatla/master
Small layout and cursor problem fix.
This commit is contained in:
commit
66ae4a948a
@ -36,6 +36,7 @@
|
||||
font-weight: 400;
|
||||
line-height: 21px;
|
||||
margin-left: 8px;
|
||||
cursor:pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -139,7 +139,7 @@
|
||||
|
||||
.network-dropdown-title {
|
||||
height: 25px;
|
||||
width: 75px;
|
||||
width: 120px;
|
||||
color: $white;
|
||||
font-family: Roboto;
|
||||
font-size: 18px;
|
||||
|
@ -789,6 +789,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0 3px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user