dialogs: now in separated windows

This commit is contained in:
muerwre 2018-12-07 17:47:00 +07:00
parent 65e549a5af
commit 789a38a1d0
5 changed files with 17 additions and 10 deletions

View file

@ -192,9 +192,9 @@
}
.app-info-list {
padding: 10px 0;
padding: 5px 0;
div {
padding: 2.5px 0;
padding: 5px 0;
}
}

View file

@ -126,3 +126,9 @@ h2 {
text-transform: uppercase;
margin: 10px 0;
}
hr {
border: none;
height: 2px;
background: rgba(0, 0, 0, 0.3);
}