チートシートを表示するUserCSS
code:style.css
@media only screen and (min-width: 1366px) {
a
type="hashTag"
href="/programming-notes/scrapbox-cheat-sheet"
::after {
content: "";
background-image: url('
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/programming-notes/scrapbox-cheat-sheet/cs01.pu#.svg');
/* */
background-size: 280px 840px; /* */
display: block;
width: 280px; /* */
height: 840px;
position: fixed;
left: 0px;
top: 40px; /* */
}
}
#scrapbox-cheat-sheet