mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
fix: no margin-top: 1px
This commit is contained in:
parent
dcefd36bcc
commit
9742f3abea
@ -128,9 +128,8 @@ const Cell = styled.div`
|
||||
color: ${({ availability }) => (availability ? 'green' : 'red')};
|
||||
`
|
||||
|
||||
const Name = styled.span`
|
||||
const Name = styled.div`
|
||||
margin-left: 6px;
|
||||
margin-top: -1px;
|
||||
font-family: monospace;
|
||||
font-size: 1rem;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user