presetup: improve result formatting, add click-to-copy

This commit is contained in:
Dragory 2021-01-20 22:39:07 +02:00
parent 0757cc368a
commit 53436033e2
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 42 additions and 2 deletions

View file

@ -40,9 +40,12 @@
}
.Configurator .result {
margin-top: 16px;
width: 100%;
background-color: #eee;
padding: 8px;
border: 1px solid #444;
border-radius: 4px;
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
cursor: copy;
}