Merge pull request #206 from joshmedeski/cleanup-notice-header

Fix notice
This commit is contained in:
Dr.Lt.Data 2023-12-02 10:16:27 +09:00 committed by GitHub
commit 9615b4137d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}