fix: block properties

also, fixed marker css
This commit is contained in:
Tienson Qin
2021-05-10 18:51:32 +08:00
parent 507e9fb031
commit 3a78a117a1
3 changed files with 12 additions and 18 deletions

View File

@@ -165,21 +165,11 @@
}
.marker-switch {
font-size: 85%;
margin-right: 6px;
margin-left: 2px;
border-radius: 3px;
font-weight: 500;
display: inline-block;
text-align: center;
width: 16px;
height: 18px;
padding: 2px 4px;
opacity: 0.5;
padding: 0 2px 0 2px;
border: 1px solid;
line-height: 1.3;
color: var(--ls-link-text-color, #045591);
cursor: pointer;
font-size: 85%;
margin: 0 2px 0 0px;
font-weight: 600;
&:hover {
color: var(--ls-link-text-hover-color);