Start: Set minimum height for notes panel

This commit is contained in:
Yorik van Havre
2022-11-29 12:03:55 +01:00
parent a21c454387
commit 6af8701a7e

View File

@@ -188,11 +188,12 @@ ul.workbenches li, ul.addonslist li {
width: 30%;
}
#notepad {
width: 100%;
width: 95%;
height: 100%;
color: TEXTCOLOR;
background: BOXCOLOR;
border: none;
padding: 5px;
border-radius: 3px;
min-height: 300px;
}