Rewised domains interface a lot.

This commit is contained in:
Revertron
2021-04-28 13:07:13 +02:00
parent d9e9d53df7
commit cefb1eb87f
4 changed files with 93 additions and 53 deletions
+22
View File
@@ -42,6 +42,28 @@ body {
/* ========================================== */
@media screen and (min-width: 769px) {
.modal-content,
.modal-card {
width: 100%;
max-width: calc(100vw - 60px);
}
}
.modal-background {
background-color: rgba(10, 10, 10, 0.76);
}
#new_domain_dialog_box {
min-height: 380px;
}
.delete {
position: absolute;
top: 1.0rem;
right: 1.25rem;
}
.container {
margin: 10pt;
}