diff options
author | zsloan | 2021-05-06 20:02:35 +0000 |
---|---|---|
committer | zsloan | 2021-05-06 20:02:35 +0000 |
commit | 3c430082b767a29c3e35cb03e68c1b22373ad353 (patch) | |
tree | ae4ff32049a09aa551cd6116750220bae7295ba9 /wqflask | |
parent | dec97460ec9bc7cf2129b29ddb1644d643773bc5 (diff) | |
download | genenetwork2-3c430082b767a29c3e35cb03e68c1b22373ad353.tar.gz |
Fixed vertical position of loading text so that it should be positioned in the center vertically
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/loading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html index 95cecf76..d384a087 100644 --- a/wqflask/wqflask/templates/loading.html +++ b/wqflask/wqflask/templates/loading.html @@ -8,7 +8,7 @@ <div class="container"> <div> <div style="min-height: 80vh; display: flex; align-items: center; text-align: left;"> - <div style="margin-bottom: 5px; left: 50%; margin-right: -50%; margin-top: 10%; transform: translate(-50%, -50%); position: absolute;"> + <div style="margin-bottom: 5px; left: 50%; margin-right: -50%; top: 50%; transform: translate(-50%, -50%); position: absolute;"> {% if start_vars.tool_used == "Mapping" %} <h1>Computing the Maps</h1> <br> |