mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
notifications: chat notifications reflow correctly
This commit is contained in:
parent
12bfae630b
commit
8aea01e5c6
@ -195,7 +195,7 @@ const GraphNode = ({
|
||||
return (
|
||||
<Row onClick={onClick} gapX="2" pt="2">
|
||||
<Col>{img}</Col>
|
||||
<Col alignItems="flex-start">
|
||||
<Col flexGrow={1} alignItems="flex-start">
|
||||
<Row
|
||||
mb="2"
|
||||
height="16px"
|
||||
|
@ -92,7 +92,7 @@ function NotificationWrapper(props: {
|
||||
|
||||
const changeMuteDesc = isMuted ? "Unmute" : "Mute";
|
||||
return (
|
||||
<Row flexShrink={0} alignItems="top" justifyContent="space-between">
|
||||
<Row width="100%" flexShrink={0} alignItems="top" justifyContent="space-between">
|
||||
{children}
|
||||
<Row gapX="2" p="2" pt='3' alignItems="top">
|
||||
<StatelessAsyncAction name={changeMuteDesc} onClick={onChangeMute} backgroundColor="transparent">
|
||||
|
Loading…
Reference in New Issue
Block a user