fix style of EXPERIMENTAL text

This commit is contained in:
shinshin86 2023-12-31 11:09:45 +09:00
parent b86f13aff2
commit 38315f87e8

View File

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