Fixed the noteBox not resizing with the pell actionbar
This commit is contained in:
parent
428cda40d3
commit
f3d0a9c696
|
@ -384,7 +384,7 @@ body {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
width: calc(100% - 200px);
|
width: calc(100% - 200px);
|
||||||
height: calc(100% - 50px - 30px);
|
height: calc(100% - 40px);
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -393,7 +393,7 @@ body {
|
||||||
|
|
||||||
.noteBox.mobile {
|
.noteBox.mobile {
|
||||||
margin: 15px 0 0;
|
margin: 15px 0 0;
|
||||||
height: calc(100% - 50px);
|
height: calc(100% - 75px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteBoxText {
|
.noteBoxText {
|
||||||
|
@ -440,6 +440,9 @@ button:hover {
|
||||||
.pell-actionbar {
|
.pell-actionbar {
|
||||||
position: inherit;
|
position: inherit;
|
||||||
}
|
}
|
||||||
|
.noteBox {
|
||||||
|
height: calc(100% - 50px - 30px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteBox:focus {
|
.noteBox:focus {
|
||||||
|
|
Reference in New Issue