File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 3737 font-size : 14px ;
3838 font-weight : 400 ;
3939 }
40- .userInfo .subdued ::first-line {
41- line-height : 24px ;
42- }
4340 .userInfo .subdued {
4441 opacity : 0.54 ;
4542 font-size : 13px ;
163160 </ div >
164161
165162 < div class ='clickable currentAccountInfo ' on-tap ='{{ toggleAccountChooser }} '>
166- < div horizontal layout >
163+ < div horizontal center layout >
167164 < span class ='subdued ' flex > {{ connectedNetworks }}</ span >
168- < span hidden? ='{{ model.onlineNetworks.length === 1 }} '>
169- < core-icon icon ='arrow-drop-down ' hidden? ='{{ accountChooserOpen }} '> </ core-icon >
170- < core-icon icon ='arrow-drop-up ' hidden? ='{{ !accountChooserOpen }} '> </ core-icon >
165+ < core-icon icon ='arrow-drop-down ' hidden? ='{{ model.onlineNetworks.length === 1 || accountChooserOpen }} '> </ core-icon >
166+ < core-icon icon ='arrow-drop-up ' hidden? ='{{ model.onlineNetworks.length === 1 || !accountChooserOpen }} '> </ core-icon >
171167 </ span >
172168 </ div >
173169
You can’t perform that action at this time.
0 commit comments