mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
notifications: prevent safari shrinkage
This commit is contained in:
parent
217da2acf4
commit
65578165b4
@ -92,7 +92,7 @@ function NotificationWrapper(props: {
|
||||
|
||||
const changeMuteDesc = isMuted ? "Unmute" : "Mute";
|
||||
return (
|
||||
<Row alignItems="top" justifyContent="space-between">
|
||||
<Row 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