Skip to content
Snippets Groups Projects
Commit bed14dfe authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

Refined save dialog positioning

Proper fix for centering the save dialog prompt
parent eff56120
No related branches found
No related tags found
2 merge requests!546Fix merge conflicts of the dirty warning feature,!529Refined save dialog positioning
Pipeline #2763 failed
......@@ -561,11 +561,11 @@ text {
background-color: #f3f3f3;
border:1px solid #f3f3f3;
padding: 12px;
margin: 12px;
/* margin: 12px; */
/*box-shadow: 7px 7px 5px grey;*/
width: 70%;
left: 50%;
top: 50%;
width: 70%;
transform: translate(-50%, -50%);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment