Fix the size of the loading screen for the filepicker
This commit is contained in:
parent
47cfa0cf45
commit
c50c297490
@ -5,7 +5,7 @@
|
|||||||
<script async data-bootload="/filepicker/inner.js" data-main="/common/sframe-boot.js?ver=1.3" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
<script async data-bootload="/filepicker/inner.js" data-main="/common/sframe-boot.js?ver=1.3" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
||||||
<style>
|
<style>
|
||||||
.loading-hidden { display: none; }
|
.loading-hidden { display: none; }
|
||||||
body #loading {
|
body #cp-loading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15vh;
|
top: 15vh;
|
||||||
bottom: 15vh;
|
bottom: 15vh;
|
||||||
@ -14,10 +14,10 @@
|
|||||||
z-index: 200000;
|
z-index: 200000;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
body #loading .loadingContainer {
|
body #cp-loading .cp-loading-container {
|
||||||
margin-top: 35vh;
|
margin-top: 35vh;
|
||||||
}
|
}
|
||||||
body #loading .cryptofist {
|
body #cp-loading .cp-loading-cryptofist {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user