align the 'self-destruct' button to the right on the loading screen

pull/1/head
ansuz 2020-12-14 18:14:55 +05:30
parent beab767016
commit a691b73f80
2 changed files with 5 additions and 1 deletions

View File

@ -254,6 +254,10 @@ button:not(.btn).primary:hover{
background-color: rgb(52, 118, 162);
}
nav {
text-align: right;
}
*/}).toString().slice(14, -3);
var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; });
var elem = document.createElement('div');

View File

@ -2552,7 +2552,7 @@ define([
var block = h('div#cp-loading-burn-after-reading', [
info,
button
h('nav', button),
]);
UI.errorLoadingScreen(block);
};