Sergidev commited on
Commit
0fdd723
·
verified ·
1 Parent(s): eb9e832
Files changed (1) hide show
  1. style.css +14 -6
style.css CHANGED
@@ -33,14 +33,22 @@ h1 {
33
  text-align: center;
34
  }
35
 
 
 
 
 
 
36
  #history-dropdown {
37
- margin-top: 1rem;
38
  }
39
 
40
- #clear-button, #random-prompt-button {
41
- margin-right: 0.5rem;
42
  }
43
 
44
- #json-input {
45
- font-family: monospace;
46
- }
 
 
 
 
33
  text-align: center;
34
  }
35
 
36
+ #json-input {
37
+ font-family: monospace;
38
+ font-size: 14px;
39
+ }
40
+
41
  #history-dropdown {
42
+ margin-top: 20px;
43
  }
44
 
45
+ #history-image {
46
+ margin-top: 10px;
47
  }
48
 
49
+ #history-metadata {
50
+ font-family: monospace;
51
+ font-size: 12px;
52
+ white-space: pre-wrap;
53
+ word-break: break-all;
54
+ }