mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
ResourceSkeleton: shrink title bar on safari
This commit is contained in:
parent
1d9407affc
commit
9c2e960536
@ -221,7 +221,8 @@ export function ResourceSkeleton(props: ResourceSkeletonProps): ReactElement {
|
||||
display='flex'
|
||||
alignItems='baseline'
|
||||
width={`calc(100% - ${actionsWidth}px - 16px)`}
|
||||
flexShrink={0}
|
||||
flexShrink={1}
|
||||
minWidth={0}
|
||||
>
|
||||
{backLink}
|
||||
{titleText}
|
||||
|
Loading…
Reference in New Issue
Block a user