+ {renderBlock(<>
+ {/* Content A: Filter Set or Photo Title */}
+
- {headerType === 'photo-detail-with-entity'
- ? renderContentA
- // Necessary for title truncation
- :
- {renderContentA}
-
}
-
- {/* Content B: Filter Set Meta or Photo Pagination */}
-
+ {headerType === 'photo-detail-with-entity'
+ ? renderContentA
+ // Necessary for title truncation
+ :
+ {renderContentA}
+
}
+
+ {/* Content B: Filter Set Meta or Photo Pagination */}
+
- {entity && <>
- {headerType === 'photo-set'
- ? <>
- {entityDescription}
- {includeShareButton &&
- }
- >
- :
- {appText.utility.paginateAction(
- paginationIndex,
- paginationCount,
- entityVerb)}
- }
- >}
-
- {/* Content C: Nav */}
-
- {selectedPhoto
- ? renderPrevNext
- : renderDateRange}
-
- ,
- ]}
+ ? 'col-span-2 sm:col-span-1 lg:col-span-2'
+ : 'col-span-2 sm:col-span-1'
+ : headerType === 'photo-detail-with-entity'
+ ? isGridHighDensity
+ ? 'col-span-1 lg:col-span-2'
+ : 'col-span-1'
+ : 'hidden!',
+ )}>
+ {entity && <>
+ {headerType === 'photo-set'
+ ? <>
+ {entityDescription}
+ {includeShareButton &&
+
}
+ >
+ :
+ {appText.utility.paginateAction(
+ paginationIndex,
+ paginationCount,
+ entityVerb)}
+ }
+ >}
+
+ {/* Content C: Nav */}
+
+ {selectedPhoto
+ ? renderPrevNext
+ : renderDateRange}
+
+ >)}
+ {richContent && renderBlock(
+