mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: block properties
also, fixed marker css
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user