Add docker mount warning message

This commit is contained in:
JonnyWong16 2021-10-09 16:11:21 -07:00
commit 8f3a108f3b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 28 additions and 0 deletions

View file

@ -4522,3 +4522,9 @@ a.donate-with-crypto::after {
border: 1px solid #ccc;
border-radius: 4px;
}
.docker-mount {
margin: 20px auto 0 auto;
position: relative;
z-index: 9999;
}