mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-11 15:03:20 -05:00
Fixed dialog box centering.
This commit is contained in:
parent
27e498a956
commit
44181e5f47
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.3.1-r",
|
"version": "0.3.1-s",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Management",
|
"Remote Management",
|
||||||
"Intel AMT",
|
"Intel AMT",
|
||||||
|
@ -261,9 +261,8 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 180px;
|
top: 180px;
|
||||||
left: 50%;
|
left: calc((100% / 2) - 200px);
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin-left: -200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#dialogHeader {
|
#dialogHeader {
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user