Fixed horrible outline around notif clearing checkbox & moved the overlay to a more sr-friendly place
This commit is contained in:
@@ -526,10 +526,6 @@ applicable.
|
||||
}
|
||||
}
|
||||
|
||||
markNotifForDelete = () => {
|
||||
this.setState({ 'markedForDelete' : !this.state.markedForDelete });
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#### `render()`.
|
||||
@@ -699,11 +695,6 @@ collapsed.
|
||||
}}
|
||||
ref={handleRef}
|
||||
>
|
||||
{notification ? (
|
||||
<NotificationOverlayContainer
|
||||
notification={notification}
|
||||
/>
|
||||
) : null}
|
||||
{prepend && account ? (
|
||||
<StatusPrepend
|
||||
type={prepend}
|
||||
@@ -739,6 +730,11 @@ collapsed.
|
||||
account={status.get('account')}
|
||||
/>
|
||||
) : null}
|
||||
{notification ? (
|
||||
<NotificationOverlayContainer
|
||||
notification={notification}
|
||||
/>
|
||||
) : null}
|
||||
</article>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user