fix: fix episode/article share button size; refs #180

This commit is contained in:
Hossein Mehrabi 2023-09-05 20:36:23 +03:30
parent 9bc4373d45
commit c5f074dcfe
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@ const Container = styled.div`
`
const CustomTag = styled(Tag)<{ showOptions: boolean }>`
width: 69px;
height: ${HEIGHT}px;
padding: 0 8px;
gap: 0 8px;
padding: 4px 8px 4px 6px;
max-height: ${HEIGHT}px;
border-bottom: ${(props) =>
props.showOptions
? '1px solid transparent'