mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Prevent shift when unsubscribe button is presented on hover cards
This commit is contained in:
parent
31c29a8290
commit
b7ebb091d9
1 changed files with 2 additions and 2 deletions
|
|
@ -853,7 +853,7 @@ const SubscriptionSourceHoverContent = (
|
|||
<HStack
|
||||
distribution="start"
|
||||
alignment="center"
|
||||
css={{ width: '100%', gap: '10px' }}
|
||||
css={{ width: '100%', gap: '10px', height: '35px' }}
|
||||
>
|
||||
{props.source.icon && <SiteIconLarge src={props.source.icon} />}
|
||||
<SpanBox
|
||||
|
|
@ -868,7 +868,7 @@ const SubscriptionSourceHoverContent = (
|
|||
<SpanBox css={{ ml: 'auto', minWidth: '100px' }}>
|
||||
{subscription && subscription.status == 'ACTIVE' && (
|
||||
<Button style="ctaSubtle" css={{ fontSize: '12px' }}>
|
||||
+ Unsubscribe
|
||||
Unsubscribe
|
||||
</Button>
|
||||
)}
|
||||
</SpanBox>
|
||||
|
|
|
|||
Loading…
Reference in a new issue