Start: Set minimum height for notes panel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user