fix: notice border and width

This commit is contained in:
Josh Medeski 2023-12-01 18:53:17 -06:00
parent f67258a28e
commit be43b1e381
No known key found for this signature in database
GPG Key ID: DFD5E7D060DB3958

View File

@ -32,11 +32,11 @@ docStyle.innerHTML = `
}
.cm-notice-board {
width: 360px;
width: 320px;
height: 160px;
overflow: auto;
color: var(--input-text);
border: 1px solid #ccc;
border: 1px solid var(--descrip-text);
padding: 10px;
overflow-x: hidden;
}