Fixed the noteBox not resizing with the pell actionbar

This commit is contained in:
Tracker-Friendly 2024-07-30 10:40:06 +01:00
parent 428cda40d3
commit f3d0a9c696
1 changed files with 5 additions and 2 deletions

View File

@ -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 {