Skip to content
Snippets Groups Projects
Commit 0c4c04e0 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch '20200907-dialog'

parents db34c008 bed14dfe
No related branches found
No related tags found
2 merge requests!546Fix merge conflicts of the dirty warning feature,!529Refined save dialog positioning
...@@ -575,11 +575,11 @@ text.activated { ...@@ -575,11 +575,11 @@ text.activated {
background-color: #f3f3f3; background-color: #f3f3f3;
border:1px solid #f3f3f3; border:1px solid #f3f3f3;
padding: 12px; padding: 12px;
margin: 12px; /* margin: 12px; */
/*box-shadow: 7px 7px 5px grey;*/ /*box-shadow: 7px 7px 5px grey;*/
width: 70%;
left: 50%; left: 50%;
top: 50%; top: 50%;
width: 70%;
transform: translate(-50%, -50%); 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