notifications: prevent safari shrinkage

This commit is contained in:
Liam Fitzgerald 2020-11-19 16:37:19 +10:00
parent 217da2acf4
commit 65578165b4
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -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">