Skip to content

Commit 4ae44a4

Browse files
authored
Merge pull request #19717 from nextcloud/backport/19707/stable16
[stable16] Fix non-centered no javascript message
2 parents cfc8a3f + 9b430e1 commit 4ae44a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/css/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
99
* @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
1010
* @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
11-
* @copyright Copyright (c) 2019, Gary Kim <gary@garykim.dev>
11+
* @copyright Copyright (c) 2019-2020, Gary Kim <gary@garykim.dev>
1212
*
1313
* @license GNU AGPL version 3 or any later version
1414
*
@@ -120,6 +120,7 @@ body {
120120
position: fixed;
121121
top: 0;
122122
bottom: 0;
123+
left: 0;
123124
height: 100%;
124125
width: 100%;
125126
z-index: 9000;

0 commit comments

Comments
 (0)