-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
Area: JekyllRelated to how the site is generatedRelated to how the site is generatedType: BugIssues in how things are displayed, or instructions that leads to errorsIssues in how things are displayed, or instructions that leads to errors
Description
Because we're using <details>, we're running into two things:
- WebKit adds a pseudo-element
-webkit-details-markerthat doubles the arrows, and removing it leads to: - this WebKit bug where
<summary>can't be a flex container, and it breaks the alignment.
Not sure if we want to wait until Safari releases a version that fixes it, or switch to a standard <nav>/<ul> structure for the menu.
Metadata
Metadata
Assignees
Labels
Area: JekyllRelated to how the site is generatedRelated to how the site is generatedType: BugIssues in how things are displayed, or instructions that leads to errorsIssues in how things are displayed, or instructions that leads to errors