fix: fix episode/article share button size; refs #180
This commit is contained in:
parent
9bc4373d45
commit
c5f074dcfe
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue