We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e5682 commit f494ad4Copy full SHA for f494ad4
notes.html
@@ -46,20 +46,26 @@
46
.container {
47
flex: 1;
48
padding: 20px;
49
- max-width: 800px;
+ max-width: 90%;
50
+ min-width: 800px;
51
margin: auto;
52
+ resize: horizontal;
53
+ overflow: auto;
54
+ border: 1px solid #ccc;
55
}
56
h2 {
57
margin-bottom: 20px;
58
color: #2d6e7f;
59
- textarea {
60
+ textarea, #canvas {
61
width: 100%;
62
height: 300px;
63
padding: 10px;
64
font-size: 1.1em;
65
border: 1px solid #ccc;
66
border-radius: 5px;
67
+ }
68
+ textarea {
69
resize: vertical;
70
71
.button-container {
@@ -112,8 +118,6 @@
112
118
113
119
114
120
#canvas {
115
- border: 1px solid #ccc;
116
- border-radius: 5px;
117
121
background-color: white;
122
display: none;
123
0 commit comments