Fix reader header offset, add labels icon to highlights

This commit is contained in:
Jackson Harper
2024-02-16 15:34:39 +08:00
parent 2615a0d33e
commit 2aa7c1a7d4
6 changed files with 85 additions and 33 deletions

View File

@ -44,23 +44,25 @@
font-family: var(--text-font-family);
}
.article-inner-css .highlight_with_note .highlight_note_button {
.article-inner-css .highlight_note_button {
display: unset !important;
margin: 0px !important;
max-width: unset !important;
height: unset !important;
padding: 0px 8px;
cursor: pointer;
margin-left: 5px !important;
}
.article-inner-css .highlight_label_button {
display: unset !important;
margin: 0px !important;
max-width: unset !important;
height: unset !important;
padding: 0px 8px;
cursor: pointer;
margin-left: 4px !important;
}
/*
on smaller screens we display the note icon
@media (max-width: 768px) {
.highlight_with_note.last_element:after {
content: url(/static/icons/highlight-note-icon.svg);
padding: 0 3px;
cursor: pointer;
}
} */
.article-inner-css h1,
.article-inner-css h2,