diff --git a/package.json b/package.json index 6388f9ac..76ce8dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.3.1-r", + "version": "0.3.1-s", "keywords": [ "Remote Management", "Intel AMT", diff --git a/public/styles/style.css b/public/styles/style.css index 24b00c80..d1b8ec37 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -261,9 +261,8 @@ border-radius: 5px; position: fixed; top: 180px; - left: 50%; + left: calc((100% / 2) - 200px); width: 400px; - margin-left: -200px; } #dialogHeader { diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 6893af44..1ddc91bd 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ - MeshCentral
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + MeshCentral
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/login-min.handlebars b/views/login-min.handlebars index dc56b4e5..72b8b04b 100644 --- a/views/login-min.handlebars +++ b/views/login-min.handlebars @@ -1 +1 @@ - {{{title}}} - Login
{{{title}}}
{{{title2}}}

Welcome


\ No newline at end of file + {{{title}}} - Login
{{{title}}}
{{{title2}}}

Welcome


\ No newline at end of file diff --git a/views/messenger-min.handlebars b/views/messenger-min.handlebars index b5a9ed3e..5111ea92 100644 --- a/views/messenger-min.handlebars +++ b/views/messenger-min.handlebars @@ -1 +1 @@ - MeshMessenger
MeshMessenger
\ No newline at end of file + MeshMessenger
MeshMessenger
\ No newline at end of file