mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix loading container on project list (#16429)
GitOrigin-RevId: 7a98cdd49132611a3334558e2a5f283fedea84cb
This commit is contained in:
parent
678f0eb498
commit
2bb8d7bab2
1 changed files with 2 additions and 0 deletions
|
@ -645,6 +645,8 @@
|
||||||
|
|
||||||
.loading-container {
|
.loading-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: calc(~'100vh -' @header-height);
|
min-height: calc(~'100vh -' @header-height);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue