mirror of
https://github.com/vincentdoerig/latex-css.git
synced 2026-04-02 23:58:54 -06:00
Possible legacy/unused code #8
Labels
No labels
bug
enhancement
enhancement
invalid
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/latex-css#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vihuna on 2/11/2025
For the media query
width <= 1050), the CSS selector (here)blockquote .sidenote(specifity 0-1-1) is never going to affect thewidthandmargin-rightof the sidenotes, because of the selector.sidenote-toggle:checked + .sidenote(here, with specificity 0-3-0), when theinputis checked.But when the
inputis not checked, the sidenote is not displayed (because media querywidth <= 1050)), so it doesn't makes much sense.Also
left: 1remhas no effect here, because the position is static.