mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 22:42:40 +00:00
Improve loading screen
This commit is contained in:
parent
9e4653d83c
commit
7fb8154c6e
2 changed files with 13 additions and 1 deletions
|
@ -25,7 +25,7 @@ define [], () ->
|
|||
@$scope.$apply () =>
|
||||
@$scope.connection.reconnecting = false
|
||||
if @$scope.state.loading
|
||||
@$scope.state.load_progress = 80
|
||||
@$scope.state.load_progress = 70
|
||||
|
||||
setTimeout(() =>
|
||||
@joinProject()
|
||||
|
|
|
@ -45,6 +45,18 @@
|
|||
.full-size;
|
||||
}
|
||||
|
||||
.loading-screen {
|
||||
.full-size;
|
||||
.container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
left: 50%;
|
||||
width: 400px;
|
||||
margin-left: -200px;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-panel {
|
||||
.full-size;
|
||||
padding-top: 10rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue