diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-02-29 11:28:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 11:28:18 +0100 |
commit | e921e27a39a2e8b6fdb2ce5a861d39f68a3d37c6 (patch) | |
tree | e6db24262112d3b3f317f228a65aa9702e7758d9 | |
parent | 1e16fa7a8fc72f2a491ff90f9a5b5a194e78d796 (diff) | |
parent | ff6db60b8ccb44205928e4da311057cddc26f279 (diff) | |
download | nextcloud-server-e921e27a39a2e8b6fdb2ce5a861d39f68a3d37c6.tar.gz nextcloud-server-e921e27a39a2e8b6fdb2ce5a861d39f68a3d37c6.zip |
Merge pull request #19707 from nextcloud/fix/noid/non-centered-nojavascript
Fix non-centered no javascript message
-rw-r--r-- | core/css/styles.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index b6f1306708a..ffdd8b361d7 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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; |