client: show header link icon on mobile
This commit is contained in:
parent
0815d43ee8
commit
945d3fbe63
1 changed files with 15 additions and 0 deletions
|
@ -110,3 +110,18 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.markdownPreview h1 a::after,
|
||||||
|
.markdownPreview h2 a::after,
|
||||||
|
.markdownPreview h3 a::after,
|
||||||
|
.markdownPreview h4 a::after,
|
||||||
|
.markdownPreview h5 a::after,
|
||||||
|
.markdownPreview h6 a::after {
|
||||||
|
content: "#";
|
||||||
|
font-size: 0.7em;
|
||||||
|
margin-left: 0.25em;
|
||||||
|
font-weight: normal;
|
||||||
|
filter: opacity(0.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue