ensure layoutAvi is behind the carousel
This commit is contained in:
@@ -34,6 +34,7 @@ import {Link} from '#/view/com/util/Link'
|
|||||||
import {PostMeta} from '#/view/com/util/PostMeta'
|
import {PostMeta} from '#/view/com/util/PostMeta'
|
||||||
import {PreviewableUserAvatar} from '#/view/com/util/UserAvatar'
|
import {PreviewableUserAvatar} from '#/view/com/util/UserAvatar'
|
||||||
import {atoms as a} from '#/alf'
|
import {atoms as a} from '#/alf'
|
||||||
|
import {GalleryBleed} from '#/components/images/Gallery'
|
||||||
import {ContentHider} from '#/components/moderation/ContentHider'
|
import {ContentHider} from '#/components/moderation/ContentHider'
|
||||||
import {LabelsOnMyPost} from '#/components/moderation/LabelsOnMe'
|
import {LabelsOnMyPost} from '#/components/moderation/LabelsOnMe'
|
||||||
import {PostAlerts} from '#/components/moderation/PostAlerts'
|
import {PostAlerts} from '#/components/moderation/PostAlerts'
|
||||||
@@ -51,7 +52,6 @@ import {useAnalytics} from '#/analytics'
|
|||||||
import {useActorStatus} from '#/features/liveNow'
|
import {useActorStatus} from '#/features/liveNow'
|
||||||
import * as bsky from '#/types/bsky'
|
import * as bsky from '#/types/bsky'
|
||||||
import {PostFeedReason} from './PostFeedReason'
|
import {PostFeedReason} from './PostFeedReason'
|
||||||
import {GalleryBleed} from '#/components/images/Gallery'
|
|
||||||
|
|
||||||
interface FeedItemProps {
|
interface FeedItemProps {
|
||||||
record: AppBskyFeedPost.Record
|
record: AppBskyFeedPost.Record
|
||||||
@@ -531,13 +531,9 @@ const styles = StyleSheet.create({
|
|||||||
layoutAvi: {
|
layoutAvi: {
|
||||||
paddingLeft: 8,
|
paddingLeft: 8,
|
||||||
paddingRight: 10,
|
paddingRight: 10,
|
||||||
position: 'relative',
|
|
||||||
zIndex: 999,
|
|
||||||
},
|
},
|
||||||
layoutContent: {
|
layoutContent: {
|
||||||
position: 'relative',
|
|
||||||
flex: 1,
|
flex: 1,
|
||||||
zIndex: 0,
|
|
||||||
},
|
},
|
||||||
layoutContentNoText: {
|
layoutContentNoText: {
|
||||||
paddingTop: 10,
|
paddingTop: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user