Merge pull request #19707 from nextcloud/fix/noid/non-centered-nojavascript

Fix non-centered no javascript message
This commit is contained in:
Roeland Jago Douma 2020-02-29 11:28:18 +01:00 committed by GitHub
commit e921e27a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
* @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
* @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
* @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
* @copyright Copyright (c) 2019, Gary Kim <gary@garykim.dev>
* @copyright Copyright (c) 2019-2020, Gary Kim <gary@garykim.dev>
*
* @license GNU AGPL version 3 or any later version
*
@ -124,6 +124,7 @@ body {
position: fixed;
top: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9000;