Skip to content

Commit f494ad4

Browse files
committed
Enhance notes page container and canvas styling
1 parent 47e5682 commit f494ad4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

notes.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,26 @@
4646
.container {
4747
flex: 1;
4848
padding: 20px;
49-
max-width: 800px;
49+
max-width: 90%;
50+
min-width: 800px;
5051
margin: auto;
52+
resize: horizontal;
53+
overflow: auto;
54+
border: 1px solid #ccc;
5155
}
5256
h2 {
5357
margin-bottom: 20px;
5458
color: #2d6e7f;
5559
}
56-
textarea {
60+
textarea, #canvas {
5761
width: 100%;
5862
height: 300px;
5963
padding: 10px;
6064
font-size: 1.1em;
6165
border: 1px solid #ccc;
6266
border-radius: 5px;
67+
}
68+
textarea {
6369
resize: vertical;
6470
}
6571
.button-container {
@@ -112,8 +118,6 @@
112118
}
113119

114120
#canvas {
115-
border: 1px solid #ccc;
116-
border-radius: 5px;
117121
background-color: white;
118122
display: none;
119123
}

0 commit comments

Comments
 (0)