diff --git a/internal/web/static/app.css b/internal/web/static/app.css index a51f2b4..48fe3ed 100644 --- a/internal/web/static/app.css +++ b/internal/web/static/app.css @@ -676,6 +676,13 @@ a.admin-link:hover { color: var(--fg); text-decoration: underline; } .can-item-head strong { flex: 1; word-break: break-all; } .can-item-body { margin-top: 8px; } .can-item-body summary { cursor: pointer; font-size: 19px; color: var(--muted, #888); } +/* #169: divider between the dropdown title and body must be persistent + (not hover dependent) and extend the full width of the card left and right */ +.can-item-body[open] summary { + border-bottom: 1px solid var(--border); + margin: 0 -14px 8px; + padding: 0 14px 8px; +} .can-item-body pre.code { margin: 8px 0 0; overflow-x: auto; } .can-item-row { margin-top: 8px; } .can-item-row .can-item-title { width: 100%; margin-bottom: 6px; }