Skip to content

Commit eca453e

Browse files
committed
reposition Login spinner
1 parent 9556795 commit eca453e

File tree

1 file changed

+13
-3
lines changed
  • src/skins/vector/css/matrix-react-sdk/structures/login

1 file changed

+13
-3
lines changed

src/skins/vector/css/matrix-react-sdk/structures/login/Login.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,19 @@ limitations under the License.
131131
}
132132

133133
.mx_Login_loader {
134-
position: absolute;
135-
left: 50%;
136-
margin-top: 12px;
134+
display: inline;
135+
position: relative;
136+
top: 2px;
137+
left: 8px;
138+
}
139+
140+
.mx_Login_loader .mx_Spinner {
141+
display: inline;
142+
}
143+
144+
.mx_Login_loader .mx_Spinner img {
145+
width: 16px;
146+
height: 16px;
137147
}
138148

139149
.mx_Login_error {

0 commit comments

Comments
 (0)