view page use textarea

This commit is contained in:
Jesse-Ma
2023-02-24 17:33:06 +08:00
parent 41ec2c1bd8
commit 00b6ca2967
3 changed files with 29 additions and 15 deletions

View File

@@ -46,6 +46,20 @@ body {
display: none;
}
.noteHeader {
background-color: white;
width:100%;
height:40px;
}
.noteHeaderShade {
background: linear-gradient(to top,rgba(255,255,255,0.7),rgba(255,255,255,1));
width:100%;
height:40px;
border-bottom: dashed #ed4014 1px;
}
#noteText {
white-space: pre-wrap;
word-break: break-word;