3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00

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

This commit is contained in:
Dragory 2021-01-20 22:39:07 +02:00
parent 4d75b7142e
commit 69903a9c4b
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;
}