themes icon indicating copy to clipboard operation
themes copied to clipboard

Site Title Margin Issues on Safari: Capoverso

Open sajmes opened this issue 1 year ago • 3 comments

Quick summary

There is an extended section to the right of [SITE TITLE] on Safari but not Chrome. When I inspect and disable the -11px right margin on the link itself in Chrome, the appearance then matches Safari. The margin appears to be having no impact on Safari.

I replicated on a test site. Delisted theme.

Advised user to also check out some newer themes of a similar style. Margin

Steps to reproduce

  1. Add site title on Capoverso

What you expected to happen

Consistent appearance.

What actually happened

Extra space is present to right of text on Safari.

Extra space is not present on Chrome unless right margin of -11px is deactivated. 8440893-zd-a8c

Browser

Apple Safari

Context

8440893-zd-a8c

Platform (Simple, Atomic, or both?)

No response

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

None

Workaround details

No response

sajmes avatar Jul 06 '24 19:07 sajmes

Support References

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

  • [ ] 8440893-zen

github-actions[bot] avatar Jul 06 '24 19:07 github-actions[bot]

✅ I can reproduce it

mrfoxtalbot avatar Jul 19 '24 12:07 mrfoxtalbot

A workaround would be to use this CSS code:

.site-title a {
    display: inline-block;
}

mxhassani avatar Jul 31 '24 10:07 mxhassani

@alaczek is this something you can take a look at? Is it worth fixing?

peterschimke avatar Nov 19 '24 14:11 peterschimke

Thanks for the ping. I looked at it briefly, and if anything it seems to me that the negative right margin was added specifically to fix the extra spacing we're seeing in Safari. Although I do see your point about making it consistent across browsers, given the age of the theme, the minimal impact, and the fact that the theme is delisted, I'm going to close this without fixing.

alaczek avatar Nov 21 '24 03:11 alaczek