mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
landscape: prevent settings collapse on safari
Channel settings would flex smaller than the content requires, we prevent this here.
This commit is contained in:
parent
e9a9863b22
commit
ab4ee1f54b
@ -88,7 +88,7 @@ export function ChannelPopoverRoutes(props: ChannelPopoverRoutesProps) {
|
||||
<Col height="100%" overflowY="auto" p="5" flexGrow={1}>
|
||||
<ChannelNotifications {...props} />
|
||||
{!isOwner && (
|
||||
<Col mb="6">
|
||||
<Col mb="6" flexShrink={0}>
|
||||
<Text id="unsubscribe" fontSize="2" fontWeight="bold">
|
||||
Unsubscribe from Channel
|
||||
</Text>
|
||||
@ -126,7 +126,7 @@ export function ChannelPopoverRoutes(props: ChannelPopoverRoutesProps) {
|
||||
</Col>
|
||||
|
||||
) : (
|
||||
<Col mt="5" mb="6">
|
||||
<Col mt="5" mb="6" flexShrink={0}>
|
||||
<Text id="remove" fontSize="2" fontWeight="bold">
|
||||
Remove channel from group
|
||||
</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user