mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix nojavascript message alignment
This commit is contained in:
parent
712addac68
commit
94402b5cc7
1 changed files with 2 additions and 1 deletions
|
|
@ -42,8 +42,9 @@ body {
|
|||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 9000;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 9000;
|
||||
text-align: center;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Reference in a new issue