mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Add expand/collapse arrow to interlinear section
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -224,6 +224,21 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.interlinear-container summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.interlinear-container summary::before {
|
||||
content: "▶";
|
||||
font-size: 0.7rem;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.interlinear-container[open] summary::before {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.interlinear-container summary::after {
|
||||
|
||||
Reference in New Issue
Block a user