diff --git a/static/css/style.css b/static/css/style.css index 67ebe80..ce667c1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -384,7 +384,7 @@ body { color: var(--text-color); background-color: rgba(0, 0, 0, 0); width: calc(100% - 200px); - height: calc(100% - 50px - 30px); + height: calc(100% - 40px); font-family: "Inter", sans-serif; margin: 10px; outline: none; @@ -393,7 +393,7 @@ body { .noteBox.mobile { margin: 15px 0 0; - height: calc(100% - 50px); + height: calc(100% - 75px); } .noteBoxText { @@ -440,6 +440,9 @@ button:hover { .pell-actionbar { position: inherit; } + .noteBox { + height: calc(100% - 50px - 30px); + } } .noteBox:focus {