Skip to content

Commit ba6e447

Browse files
authored
Merge pull request #19715 from nextcloud/backport/19707/stable18
[stable18] Fix non-centered no javascript message
2 parents f16322d + 6c59808 commit ba6e447

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
*
@@ -124,6 +124,7 @@ body {
124124
position: fixed;
125125
top: 0;
126126
bottom: 0;
127+
left: 0;
127128
height: 100%;
128129
width: 100%;
129130
z-index: 9000;

0 commit comments

Comments
 (0)