Skip to content

Commit dad4bba

Browse files
committed
Merge pull request #1675 from uProxy/lucyhe-connectedffbug
Fix RTL connected accounts alignment.
2 parents 410c983 + 41afe82 commit dad4bba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/generic_ui/polymer/settings.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
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;
@@ -163,12 +160,13 @@
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>
168165
<span hidden?='{{ model.onlineNetworks.length === 1 }}'>
169166
<core-icon icon='arrow-drop-down' hidden?='{{ accountChooserOpen }}'></core-icon>
170167
<core-icon icon='arrow-drop-up' hidden?='{{ !accountChooserOpen }}'></core-icon>
171168
</span>
169+
</span>
172170
</div>
173171

174172
<div horizontal layout hidden?='{{ model.onlineNetworks.length !== 1 }}'>

0 commit comments

Comments
 (0)