mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
reposition Login spinner
This commit is contained in:
parent
9556795611
commit
eca453ee5a
@ -131,9 +131,19 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_loader {
|
.mx_Login_loader {
|
||||||
position: absolute;
|
display: inline;
|
||||||
left: 50%;
|
position: relative;
|
||||||
margin-top: 12px;
|
top: 2px;
|
||||||
|
left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Login_loader .mx_Spinner {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Login_loader .mx_Spinner img {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_error {
|
.mx_Login_error {
|
||||||
|
Loading…
Reference in New Issue
Block a user