buggregator / frontend

Buggregator UI
https://buggregator.dev/
15 stars 8 forks source link

Sentry SVG not centered in Safari #219

Closed maantje closed 3 weeks ago

maantje commented 3 weeks ago

Hey,

When using Safari the Sentry logo is not centered. Removing preserveAspectRatio="xMinYMin meet" from src/shared/ui/icon-svg/icon-svg-originals/sentry.svg resolves the issue.

Safari:

With `preserveAspectRatio="xMinYMin meet" Without `preserveAspectRatio="xMinYMin meet"

Chrome:

With `preserveAspectRatio="xMinYMin meet" Without `preserveAspectRatio="xMinYMin meet"
image image

Firefox:

With `preserveAspectRatio="xMinYMin meet" Without `preserveAspectRatio="xMinYMin meet"
image image
Kreezag commented 3 weeks ago

@maantje thank you for this issue. I'm going to do improve it this week.