Adjust note/toolbar margin

This commit is contained in:
Skylar Ittner 2019-03-01 18:03:24 -07:00
parent 978445d551
commit a318a17c9f

View File

@ -55,7 +55,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
#note { #note {
width: 100%; width: 100%;
height: calc(100% - 2rem); height: calc(100% - 2rem);
margin-top: 2rem; margin-top: 2.5rem;
resize: none; resize: none;
border: none; border: none;
overflow: auto; overflow: auto;