mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
make channel list items use pointer cursor
This commit is contained in:
parent
c6bda1b7dd
commit
b51f4149a8
@ -15,6 +15,7 @@ const List = styled.div`
|
||||
|
||||
const ListItem = styled.li<{ isCategory?: boolean }>`
|
||||
padding: ${(props) => (props.isCategory ? "16px 8px 0 0" : "1px 8px 0 0")};
|
||||
cursor: pointer;
|
||||
`;
|
||||
const FirstWrapper = styled.div<{ isCategory?: boolean; active?: boolean }>`
|
||||
margin-left: ${(props) => (props.isCategory ? "0" : "8px")};
|
||||
|
Loading…
Reference in New Issue
Block a user