Keep registration spinner inside the auth modal
The spinner was taking on the full height of the modal and escaping off the page. This keeps it contained inside the modal. Fixes https://github.com/vector-im/riot-web/issues/8661
This commit is contained in:
parent
909c6a6d4b
commit
404c60fb0e
2 changed files with 7 additions and 1 deletions
|
@ -103,3 +103,7 @@ limitations under the License.
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_AuthBody_spinner {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue