Hi,
I wonder if Cybertron can change such that it works with the following CSS? Currently text got chopped off in the upper part of preview/reading box.
.markdown-preview-view h6
{
position: relative;
left: -3%;
top: 26px;
line-height: 0px;
margin-top: -20px;
margin-right: 3px;
font-family: var(--font-family-preview);
font-weight: 500;
font-size: 10px;
font-weight: bold;
color: var(--text-faint) !important;
}
problem when I used this way:
![[Gen 2#16]]
Hi,
I wonder if Cybertron can change such that it works with the following CSS? Currently text got chopped off in the upper part of preview/reading box.
.markdown-preview-view h6
{
position: relative;
left: -3%;
top: 26px;
line-height: 0px;
margin-top: -20px;
margin-right: 3px;
font-family: var(--font-family-preview);
font-weight: 500;
font-size: 10px;
font-weight: bold;
color: var(--text-faint) !important;
}
problem when I used this way:
![[Gen 2#16]]