1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix network list arrow styling

This commit is contained in:
Erik Marks 2020-10-28 13:54:39 -07:00
parent 1373a90e27
commit 4ad5e027be

View File

@ -156,6 +156,7 @@
@media screen and (max-width: 575px) {
padding: 20px 23px 21px 17px;
border-bottom: 1px solid #d8d8d8;
max-width: 351px;
}
}
@ -199,6 +200,7 @@
position: absolute;
width: 24px;
height: 24px;
margin: 0 5px;
[dir='rtl'] & {
transform: rotate(180deg);