mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Improve loading screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user