Merge pull request #277 from shinshin86/fix-EXPERIMENTAL-text-style

Fix style of EXPERIMENTAL text
This commit is contained in:
Dr.Lt.Data 2024-01-01 10:13:08 +09:00 committed by GitHub
commit 1b5ac9e4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,14 +165,16 @@ const style = `
.cm-experimental-legend {
margin-top: -20px;
margin-left: 95px;
width:100px;
margin-left: 50%;
width:auto;
height:20px;
font-size: 13px;
font-weight: bold;
background-color: #990000;
color: #CCFFFF;
border-radius: 5px;
text-align: center;
transform: translateX(-50%);
}
.cm-menu-combo {