mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
ui: first pass on redesign (#228)
This commit is contained in:
@@ -22,7 +22,7 @@ export const AuthorAvatar = styled.img<{ index: number }>`
|
||||
width: ${AVATAR_SIZE}px;
|
||||
height: ${AVATAR_SIZE}px;
|
||||
flex: 0 0 ${AVATAR_SIZE}px;
|
||||
border: 2px solid #fff;
|
||||
border: 2px solid #4c6780;
|
||||
border-radius: 50%;
|
||||
z-index: ${props => props.index};
|
||||
left: -${props => AVATAR_SIZE * OVERLAP_AMOUT * props.index}px;
|
||||
|
||||
Reference in New Issue
Block a user