/* On phones, the address is the only wallet header row. */
@media(max-width:720px){
 #view-wallet #walletAvatar,#view-wallet .wp-heading-actions{display:none}
 #view-wallet .wp-identity{width:100%;flex:1 1 100%}
 #view-wallet .wp-heading h1.wp-address-line{width:100%;justify-content:space-between}
}
