You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
288 B

.NoteContent {
min-height: 70%;
background-color: black;
display: flex;
flex-direction: column;
flex-grow: 1;
text-align: left;
padding: 0 10px 15px 10px;
}
.NoteContent p {
margin: 0;
}
.NoteContent .controls {
padding: 10px 0;
display: flex;
}