Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maywood - Submenu Does Not Indent on Safari #8448

Open
ktyfuller604 opened this issue Nov 21, 2024 · 2 comments
Open

Maywood - Submenu Does Not Indent on Safari #8448

ktyfuller604 opened this issue Nov 21, 2024 · 2 comments
Labels
Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". [Feature Group] Appearance & Themes Features related to the appearance of sites. [Platform] Atomic [Platform] Simple [Pri] Low [Status] Auto-allocated [Theme] Maywood Triaged [Type] Bug Something isn't working

Comments

@ktyfuller604
Copy link

ktyfuller604 commented Nov 21, 2024

Quick summary

On both iPhone and Safari/Mac, nested / submenus have no indentation and is missing the - (dash). On Chrome the indent and dash both appear.

Steps to reproduce

  1. Activate the Maywood theme on any site
  2. Create a menu with nested navigation items
  3. Check on Safari and iPhone

A clear and concise description of what you expected to happen.

Submenu items should be indented and have a dash before each one.

What actually happened

The submenu items were flush with the parent item and there were no dashes.

Impact

Some (< 50%)

Available workarounds?

Yes, easy to implement

If the above answer is "Yes...", outline the workaround.

The following CSS code worked to target just Safari and indent the submenus. It does not add the dashes.

/** Safari Fix for Submenu Indents  **/
@supports (-webkit-hyphens:none)  {
.main-navigation > div > ul ul {
    padding-left: 20px;
}
}

Platform (Simple and/or Atomic)

Simple, Atomic

Logs or notes

9073021-zd-a8c

Copy link
Contributor

Support References

This comment is automatically generated. Please do not edit it.

  • 9073021-zen

@github-actions github-actions bot added the Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". label Nov 21, 2024
@jartes jartes moved this from Needs Triage to Triaged in Automattic Prioritization: The One Board ™ Nov 22, 2024
@jartes
Copy link

jartes commented Nov 22, 2024

📌 REPRODUCTION RESULTS

  • Tested on Simple – Replicated
  • Tested on Atomic – Replicated

📌 FINDINGS/SCREENSHOTS/VIDEO

Here's how I see it on a simple site:

Small safari window iPhone 13
Image Image

📌 ACTIONS

  • Triaged
  • Adding to T-Rex board - @Automattic/t-rex adding this one to your board. Thank you!

📌 Message to Author
@ktyfuller604 Thanks for reporting this one, Kate! 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". [Feature Group] Appearance & Themes Features related to the appearance of sites. [Platform] Atomic [Platform] Simple [Pri] Low [Status] Auto-allocated [Theme] Maywood Triaged [Type] Bug Something isn't working
Projects
Development

No branches or pull requests

3 participants