Better ui feedback on the repair mode

This commit is contained in:
Johannes Zellner
2017-09-05 23:11:04 +02:00
parent d58e4f58c7
commit f7bcd54ef5
3 changed files with 92 additions and 48 deletions

View File

@@ -1150,6 +1150,13 @@ footer {
.dont-overflow {
overflow: hidden;
}
&.placeholder {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
}
.contextMenuBackdrop {