Start: Set minimum height for notes panel

This commit is contained in:
Yorik van Havre
2022-11-30 01:24:14 +01:00
committed by Uwe
parent 1bcb7275db
commit effe30ba69
+2 -1
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;
}