mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #4466 from urbit/mp/landscape/safari-flex-shrink
landscape: prevent settings collapse on safari
This commit is contained in:
commit
a624519f62
@ -88,7 +88,7 @@ export function ChannelPopoverRoutes(props: ChannelPopoverRoutesProps) {
|
|||||||
<Col height="100%" overflowY="auto" p="5" flexGrow={1}>
|
<Col height="100%" overflowY="auto" p="5" flexGrow={1}>
|
||||||
<ChannelNotifications {...props} />
|
<ChannelNotifications {...props} />
|
||||||
{!isOwner && (
|
{!isOwner && (
|
||||||
<Col mb="6">
|
<Col mb="6" flexShrink={0}>
|
||||||
<Text id="unsubscribe" fontSize="2" fontWeight="bold">
|
<Text id="unsubscribe" fontSize="2" fontWeight="bold">
|
||||||
Unsubscribe from Channel
|
Unsubscribe from Channel
|
||||||
</Text>
|
</Text>
|
||||||
@ -126,7 +126,7 @@ export function ChannelPopoverRoutes(props: ChannelPopoverRoutesProps) {
|
|||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
) : (
|
) : (
|
||||||
<Col mt="5" mb="6">
|
<Col mt="5" mb="6" flexShrink={0}>
|
||||||
<Text id="remove" fontSize="2" fontWeight="bold">
|
<Text id="remove" fontSize="2" fontWeight="bold">
|
||||||
Remove channel from group
|
Remove channel from group
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user