mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Detail redesign round 2 bug fixes (#3990)
* increase full-width for measurement issue in apple devices * trade left margin for more full-width * removed isApple code from details page
This commit is contained in:
@@ -89,6 +89,7 @@ export const CompressedStudioDetailsPanel: React.FC<IStudioDetailsPanel> = ({
|
||||
<a className="studio-name" onClick={() => scrollToTop()}>
|
||||
{studio.name}
|
||||
</a>
|
||||
<span className="detail-divider">/</span>
|
||||
{studio?.parent_studio?.name ? (
|
||||
<span className="studio-parent">{studio?.parent_studio?.name}</span>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user