We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c256b78 commit 2fd1209Copy full SHA for 2fd1209
adr-schema-gen/styles.css
@@ -2,19 +2,25 @@ body {
2
background-color: #f8f9fa;
3
}
4
5
-pre {
+textarea#json-input {
6
+ font-family: monospace;
7
background-color: #2d2d2d;
8
color: #ccc;
9
padding: 15px;
- overflow-x: auto;
10
border-radius: 5px;
11
+ min-height: 200px;
12
13
-#json-input[contenteditable="true"] {
14
- min-height: 200px;
+pre {
15
+ background-color: #2d2d2d;
16
+ color: #ccc;
17
+ padding: 15px;
18
+ overflow-x: auto;
19
+ border-radius: 5px;
20
21
-#generate-button, #download-button {
22
+#generate-button,
23
+#download-button {
24
font-size: 16px;
25
26
@@ -53,7 +59,8 @@ pre {
53
59
54
60
55
61
@media (max-width: 576px) {
56
- #generate-button, #download-button {
62
+ #generate-button,
63
+ #download-button {
57
64
width: 100%;
58
65
margin-bottom: 10px;
66
0 commit comments