mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Make sure the spinner is always centered in the loading screen
This commit is contained in:
parent
5a21be8112
commit
cf81b02096
@ -143,7 +143,7 @@ define([
|
||||
|
||||
return {
|
||||
show: function () {
|
||||
$target.show();
|
||||
$target.css('display', 'inline');
|
||||
return this;
|
||||
},
|
||||
hide: function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user